public static final class TextAnnotation.Builder extends GeneratedMessageV3.Builder<TextAnnotation.Builder> implements TextAnnotationOrBuilder
Annotations related to one detected OCR text snippet. This will contain the
corresponding text, confidence value, and frame level information for each
detection.
Protobuf type google.cloud.videointelligence.v1.TextAnnotation
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllSegments(Iterable<? extends TextSegment> values)
public TextAnnotation.Builder addAllSegments(Iterable<? extends TextSegment> values)
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.videointelligence.v1.TextSegment>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TextAnnotation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
addSegments(TextSegment value)
public TextAnnotation.Builder addSegments(TextSegment value)
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
addSegments(TextSegment.Builder builderForValue)
public TextAnnotation.Builder addSegments(TextSegment.Builder builderForValue)
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
addSegments(int index, TextSegment value)
public TextAnnotation.Builder addSegments(int index, TextSegment value)
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
addSegments(int index, TextSegment.Builder builderForValue)
public TextAnnotation.Builder addSegments(int index, TextSegment.Builder builderForValue)
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
addSegmentsBuilder()
public TextSegment.Builder addSegmentsBuilder()
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
addSegmentsBuilder(int index)
public TextSegment.Builder addSegmentsBuilder(int index)
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
Parameter |
Name |
Description |
index |
int
|
build()
public TextAnnotation build()
buildPartial()
public TextAnnotation buildPartial()
clear()
public TextAnnotation.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public TextAnnotation.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public TextAnnotation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearSegments()
public TextAnnotation.Builder clearSegments()
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
clearText()
public TextAnnotation.Builder clearText()
The detected text.
string text = 1;
clearVersion()
public TextAnnotation.Builder clearVersion()
Feature version.
string version = 3;
clone()
public TextAnnotation.Builder clone()
Overrides
getDefaultInstanceForType()
public TextAnnotation getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getSegments(int index)
public TextSegment getSegments(int index)
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
Parameter |
Name |
Description |
index |
int
|
getSegmentsBuilder(int index)
public TextSegment.Builder getSegmentsBuilder(int index)
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
Parameter |
Name |
Description |
index |
int
|
getSegmentsBuilderList()
public List<TextSegment.Builder> getSegmentsBuilderList()
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
getSegmentsCount()
public int getSegmentsCount()
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
Returns |
Type |
Description |
int |
|
getSegmentsList()
public List<TextSegment> getSegmentsList()
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
getSegmentsOrBuilder(int index)
public TextSegmentOrBuilder getSegmentsOrBuilder(int index)
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
Parameter |
Name |
Description |
index |
int
|
getSegmentsOrBuilderList()
public List<? extends TextSegmentOrBuilder> getSegmentsOrBuilderList()
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
Returns |
Type |
Description |
List<? extends com.google.cloud.videointelligence.v1.TextSegmentOrBuilder> |
|
getText()
The detected text.
string text = 1;
Returns |
Type |
Description |
String |
The text.
|
getTextBytes()
public ByteString getTextBytes()
The detected text.
string text = 1;
Returns |
Type |
Description |
ByteString |
The bytes for text.
|
getVersion()
public String getVersion()
Feature version.
string version = 3;
Returns |
Type |
Description |
String |
The version.
|
getVersionBytes()
public ByteString getVersionBytes()
Feature version.
string version = 3;
Returns |
Type |
Description |
ByteString |
The bytes for version.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(TextAnnotation other)
public TextAnnotation.Builder mergeFrom(TextAnnotation other)
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TextAnnotation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public TextAnnotation.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TextAnnotation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeSegments(int index)
public TextAnnotation.Builder removeSegments(int index)
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
Parameter |
Name |
Description |
index |
int
|
setField(Descriptors.FieldDescriptor field, Object value)
public TextAnnotation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TextAnnotation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setSegments(int index, TextSegment value)
public TextAnnotation.Builder setSegments(int index, TextSegment value)
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
setSegments(int index, TextSegment.Builder builderForValue)
public TextAnnotation.Builder setSegments(int index, TextSegment.Builder builderForValue)
All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
setText(String value)
public TextAnnotation.Builder setText(String value)
The detected text.
string text = 1;
Parameter |
Name |
Description |
value |
String
The text to set.
|
setTextBytes(ByteString value)
public TextAnnotation.Builder setTextBytes(ByteString value)
The detected text.
string text = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for text to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final TextAnnotation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setVersion(String value)
public TextAnnotation.Builder setVersion(String value)
Feature version.
string version = 3;
Parameter |
Name |
Description |
value |
String
The version to set.
|
setVersionBytes(ByteString value)
public TextAnnotation.Builder setVersionBytes(ByteString value)
Feature version.
string version = 3;
Parameter |
Name |
Description |
value |
ByteString
The bytes for version to set.
|