- 2.82.0 (latest)
- 2.81.0
- 2.79.0
- 2.77.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.71.0
- 2.69.0
- 2.67.0
- 2.66.0
- 2.63.0
- 2.62.0
- 2.61.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.13
- 2.1.0
- 2.0.27
public static final class TextAnnotation.Builder extends GeneratedMessage.Builder<TextAnnotation.Builder> implements TextAnnotationOrBuilderAnnotations 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
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TextAnnotation.BuilderImplements
TextAnnotationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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> |
| Returns | |
|---|---|
| Type | Description |
TextAnnotation.Builder |
|
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;
| Parameter | |
|---|---|
| Name | Description |
value |
TextSegment |
| Returns | |
|---|---|
| Type | Description |
TextAnnotation.Builder |
|
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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
TextSegment.Builder |
| Returns | |
|---|---|
| Type | Description |
TextAnnotation.Builder |
|
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;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
TextSegment |
| Returns | |
|---|---|
| Type | Description |
TextAnnotation.Builder |
|
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;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
TextSegment.Builder |
| Returns | |
|---|---|
| Type | Description |
TextAnnotation.Builder |
|
addSegmentsBuilder()
public TextSegment.Builder addSegmentsBuilder()All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
| Returns | |
|---|---|
| Type | Description |
TextSegment.Builder |
|
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 |
| Returns | |
|---|---|
| Type | Description |
TextSegment.Builder |
|
build()
public TextAnnotation build()| Returns | |
|---|---|
| Type | Description |
TextAnnotation |
|
buildPartial()
public TextAnnotation buildPartial()| Returns | |
|---|---|
| Type | Description |
TextAnnotation |
|
clear()
public TextAnnotation.Builder clear()| Returns | |
|---|---|
| Type | Description |
TextAnnotation.Builder |
|
clearSegments()
public TextAnnotation.Builder clearSegments()All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
| Returns | |
|---|---|
| Type | Description |
TextAnnotation.Builder |
|
clearText()
public TextAnnotation.Builder clearText()The detected text.
string text = 1;
| Returns | |
|---|---|
| Type | Description |
TextAnnotation.Builder |
This builder for chaining. |
clearVersion()
public TextAnnotation.Builder clearVersion()Feature version.
string version = 3;
| Returns | |
|---|---|
| Type | Description |
TextAnnotation.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public TextAnnotation getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TextAnnotation |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 |
| Returns | |
|---|---|
| Type | Description |
TextSegment |
|
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 |
| Returns | |
|---|---|
| Type | Description |
TextSegment.Builder |
|
getSegmentsBuilderList()
public List<TextSegment.Builder> getSegmentsBuilderList()All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1.TextSegment segments = 2;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
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;
| Returns | |
|---|---|
| Type | Description |
List<TextSegment> |
|
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 |
| Returns | |
|---|---|
| Type | Description |
TextSegmentOrBuilder |
|
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()
public String 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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(TextAnnotation other)
public TextAnnotation.Builder mergeFrom(TextAnnotation other)| Parameter | |
|---|---|
| Name | Description |
other |
TextAnnotation |
| Returns | |
|---|---|
| Type | Description |
TextAnnotation.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TextAnnotation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TextAnnotation.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TextAnnotation.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TextAnnotation.Builder |
|
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 |
| Returns | |
|---|---|
| Type | Description |
TextAnnotation.Builder |
|
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;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
TextSegment |
| Returns | |
|---|---|
| Type | Description |
TextAnnotation.Builder |
|
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;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
TextSegment.Builder |
| Returns | |
|---|---|
| Type | Description |
TextAnnotation.Builder |
|
setText(String value)
public TextAnnotation.Builder setText(String value)The detected text.
string text = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe text to set. |
| Returns | |
|---|---|
| Type | Description |
TextAnnotation.Builder |
This builder for chaining. |
setTextBytes(ByteString value)
public TextAnnotation.Builder setTextBytes(ByteString value)The detected text.
string text = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for text to set. |
| Returns | |
|---|---|
| Type | Description |
TextAnnotation.Builder |
This builder for chaining. |
setVersion(String value)
public TextAnnotation.Builder setVersion(String value)Feature version.
string version = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe version to set. |
| Returns | |
|---|---|
| Type | Description |
TextAnnotation.Builder |
This builder for chaining. |
setVersionBytes(ByteString value)
public TextAnnotation.Builder setVersionBytes(ByteString value)Feature version.
string version = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for version to set. |
| Returns | |
|---|---|
| Type | Description |
TextAnnotation.Builder |
This builder for chaining. |