public interface TextAnnotationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSegments(int index)
public abstract TextSegment getSegments(int index)All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p2beta1.TextSegment segments = 2;
| Name | Description |
| index | int |
| Type | Description |
| TextSegment |
getSegmentsCount()
public abstract int getSegmentsCount()All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p2beta1.TextSegment segments = 2;
| Type | Description |
| int |
getSegmentsList()
public abstract List<TextSegment> getSegmentsList()All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p2beta1.TextSegment segments = 2;
| Type | Description |
| List<TextSegment> |
getSegmentsOrBuilder(int index)
public abstract TextSegmentOrBuilder getSegmentsOrBuilder(int index)All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p2beta1.TextSegment segments = 2;
| Name | Description |
| index | int |
| Type | Description |
| TextSegmentOrBuilder |
getSegmentsOrBuilderList()
public abstract List<? extends TextSegmentOrBuilder> getSegmentsOrBuilderList()All video segments where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p2beta1.TextSegment segments = 2;
| Type | Description |
| List<? extends com.google.cloud.videointelligence.v1p2beta1.TextSegmentOrBuilder> |
getText()
public abstract String getText()The detected text.
string text = 1;
| Type | Description |
| String | The text. |
getTextBytes()
public abstract ByteString getTextBytes()The detected text.
string text = 1;
| Type | Description |
| ByteString | The bytes for text. |