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 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;