Interface Document.TextAnchorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Document.TextAnchor
,Document.TextAnchor.Builder
- Enclosing class:
- Document
public static interface Document.TextAnchorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Document.TextAnchor.TextSegment
getTextSegments(int index)
The text segments from the [Document.text][google.cloud.documentai.v1beta1.Document.text].int
getTextSegmentsCount()
The text segments from the [Document.text][google.cloud.documentai.v1beta1.Document.text].List<Document.TextAnchor.TextSegment>
getTextSegmentsList()
The text segments from the [Document.text][google.cloud.documentai.v1beta1.Document.text].Document.TextAnchor.TextSegmentOrBuilder
getTextSegmentsOrBuilder(int index)
The text segments from the [Document.text][google.cloud.documentai.v1beta1.Document.text].List<? extends Document.TextAnchor.TextSegmentOrBuilder>
getTextSegmentsOrBuilderList()
The text segments from the [Document.text][google.cloud.documentai.v1beta1.Document.text].-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTextSegmentsList
List<Document.TextAnchor.TextSegment> getTextSegmentsList()
The text segments from the [Document.text][google.cloud.documentai.v1beta1.Document.text].
repeated .google.cloud.documentai.v1beta1.Document.TextAnchor.TextSegment text_segments = 1;
-
getTextSegments
Document.TextAnchor.TextSegment getTextSegments(int index)
The text segments from the [Document.text][google.cloud.documentai.v1beta1.Document.text].
repeated .google.cloud.documentai.v1beta1.Document.TextAnchor.TextSegment text_segments = 1;
-
getTextSegmentsCount
int getTextSegmentsCount()
The text segments from the [Document.text][google.cloud.documentai.v1beta1.Document.text].
repeated .google.cloud.documentai.v1beta1.Document.TextAnchor.TextSegment text_segments = 1;
-
getTextSegmentsOrBuilderList
List<? extends Document.TextAnchor.TextSegmentOrBuilder> getTextSegmentsOrBuilderList()
The text segments from the [Document.text][google.cloud.documentai.v1beta1.Document.text].
repeated .google.cloud.documentai.v1beta1.Document.TextAnchor.TextSegment text_segments = 1;
-
getTextSegmentsOrBuilder
Document.TextAnchor.TextSegmentOrBuilder getTextSegmentsOrBuilder(int index)
The text segments from the [Document.text][google.cloud.documentai.v1beta1.Document.text].
repeated .google.cloud.documentai.v1beta1.Document.TextAnchor.TextSegment text_segments = 1;
-
-