Class Document.Page.Builder

  • All Implemented Interfaces:
    Document.PageOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    Document.Page

    public static final class Document.Page.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Document.Page.Builder>
    implements Document.PageOrBuilder
     A page in a [Document][google.cloud.documentai.v1beta1.Document].
     
    Protobuf type google.cloud.documentai.v1beta1.Document.Page
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Document.Page.Builder>
      • clear

        public Document.Page.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Document.Page.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Document.Page.Builder>
      • getDefaultInstanceForType

        public Document.Page getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Document.Page build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Document.Page buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Document.Page.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Document.Page.Builder>
      • setField

        public Document.Page.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                              Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Document.Page.Builder>
      • clearField

        public Document.Page.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Document.Page.Builder>
      • clearOneof

        public Document.Page.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Document.Page.Builder>
      • setRepeatedField

        public Document.Page.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                      int index,
                                                      Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Document.Page.Builder>
      • addRepeatedField

        public Document.Page.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                      Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Document.Page.Builder>
      • mergeFrom

        public Document.Page.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Document.Page.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Document.Page.Builder>
      • mergeFrom

        public Document.Page.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                        throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Document.Page.Builder>
        Throws:
        IOException
      • getPageNumber

        public int getPageNumber()
         1-based index for current
         [Page][google.cloud.documentai.v1beta1.Document.Page] in a parent
         [Document][google.cloud.documentai.v1beta1.Document]. Useful when a page
         is taken out of a [Document][google.cloud.documentai.v1beta1.Document]
         for individual processing.
         
        int32 page_number = 1;
        Specified by:
        getPageNumber in interface Document.PageOrBuilder
        Returns:
        The pageNumber.
      • setPageNumber

        public Document.Page.Builder setPageNumber​(int value)
         1-based index for current
         [Page][google.cloud.documentai.v1beta1.Document.Page] in a parent
         [Document][google.cloud.documentai.v1beta1.Document]. Useful when a page
         is taken out of a [Document][google.cloud.documentai.v1beta1.Document]
         for individual processing.
         
        int32 page_number = 1;
        Parameters:
        value - The pageNumber to set.
        Returns:
        This builder for chaining.
      • clearPageNumber

        public Document.Page.Builder clearPageNumber()
         1-based index for current
         [Page][google.cloud.documentai.v1beta1.Document.Page] in a parent
         [Document][google.cloud.documentai.v1beta1.Document]. Useful when a page
         is taken out of a [Document][google.cloud.documentai.v1beta1.Document]
         for individual processing.
         
        int32 page_number = 1;
        Returns:
        This builder for chaining.
      • hasDimension

        public boolean hasDimension()
         Physical dimension of the page.
         
        .google.cloud.documentai.v1beta1.Document.Page.Dimension dimension = 2;
        Specified by:
        hasDimension in interface Document.PageOrBuilder
        Returns:
        Whether the dimension field is set.
      • clearDimension

        public Document.Page.Builder clearDimension()
         Physical dimension of the page.
         
        .google.cloud.documentai.v1beta1.Document.Page.Dimension dimension = 2;
      • getDimensionBuilder

        public Document.Page.Dimension.Builder getDimensionBuilder()
         Physical dimension of the page.
         
        .google.cloud.documentai.v1beta1.Document.Page.Dimension dimension = 2;
      • hasLayout

        public boolean hasLayout()
         [Layout][google.cloud.documentai.v1beta1.Document.Page.Layout] for the
         page.
         
        .google.cloud.documentai.v1beta1.Document.Page.Layout layout = 3;
        Specified by:
        hasLayout in interface Document.PageOrBuilder
        Returns:
        Whether the layout field is set.
      • getLayout

        public Document.Page.Layout getLayout()
         [Layout][google.cloud.documentai.v1beta1.Document.Page.Layout] for the
         page.
         
        .google.cloud.documentai.v1beta1.Document.Page.Layout layout = 3;
        Specified by:
        getLayout in interface Document.PageOrBuilder
        Returns:
        The layout.
      • setLayout

        public Document.Page.Builder setLayout​(Document.Page.Layout value)
         [Layout][google.cloud.documentai.v1beta1.Document.Page.Layout] for the
         page.
         
        .google.cloud.documentai.v1beta1.Document.Page.Layout layout = 3;
      • setLayout

        public Document.Page.Builder setLayout​(Document.Page.Layout.Builder builderForValue)
         [Layout][google.cloud.documentai.v1beta1.Document.Page.Layout] for the
         page.
         
        .google.cloud.documentai.v1beta1.Document.Page.Layout layout = 3;
      • mergeLayout

        public Document.Page.Builder mergeLayout​(Document.Page.Layout value)
         [Layout][google.cloud.documentai.v1beta1.Document.Page.Layout] for the
         page.
         
        .google.cloud.documentai.v1beta1.Document.Page.Layout layout = 3;
      • clearLayout

        public Document.Page.Builder clearLayout()
         [Layout][google.cloud.documentai.v1beta1.Document.Page.Layout] for the
         page.
         
        .google.cloud.documentai.v1beta1.Document.Page.Layout layout = 3;
      • getLayoutBuilder

        public Document.Page.Layout.Builder getLayoutBuilder()
         [Layout][google.cloud.documentai.v1beta1.Document.Page.Layout] for the
         page.
         
        .google.cloud.documentai.v1beta1.Document.Page.Layout layout = 3;
      • getDetectedLanguagesCount

        public int getDetectedLanguagesCount()
         A list of detected languages together with confidence.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.DetectedLanguage detected_languages = 4;
        Specified by:
        getDetectedLanguagesCount in interface Document.PageOrBuilder
      • setDetectedLanguages

        public Document.Page.Builder setDetectedLanguages​(int index,
                                                          Document.Page.DetectedLanguage value)
         A list of detected languages together with confidence.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.DetectedLanguage detected_languages = 4;
      • setDetectedLanguages

        public Document.Page.Builder setDetectedLanguages​(int index,
                                                          Document.Page.DetectedLanguage.Builder builderForValue)
         A list of detected languages together with confidence.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.DetectedLanguage detected_languages = 4;
      • addDetectedLanguages

        public Document.Page.Builder addDetectedLanguages​(Document.Page.DetectedLanguage value)
         A list of detected languages together with confidence.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.DetectedLanguage detected_languages = 4;
      • addDetectedLanguages

        public Document.Page.Builder addDetectedLanguages​(int index,
                                                          Document.Page.DetectedLanguage value)
         A list of detected languages together with confidence.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.DetectedLanguage detected_languages = 4;
      • addDetectedLanguages

        public Document.Page.Builder addDetectedLanguages​(int index,
                                                          Document.Page.DetectedLanguage.Builder builderForValue)
         A list of detected languages together with confidence.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.DetectedLanguage detected_languages = 4;
      • addAllDetectedLanguages

        public Document.Page.Builder addAllDetectedLanguages​(Iterable<? extends Document.Page.DetectedLanguage> values)
         A list of detected languages together with confidence.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.DetectedLanguage detected_languages = 4;
      • clearDetectedLanguages

        public Document.Page.Builder clearDetectedLanguages()
         A list of detected languages together with confidence.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.DetectedLanguage detected_languages = 4;
      • removeDetectedLanguages

        public Document.Page.Builder removeDetectedLanguages​(int index)
         A list of detected languages together with confidence.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.DetectedLanguage detected_languages = 4;
      • getDetectedLanguagesBuilder

        public Document.Page.DetectedLanguage.Builder getDetectedLanguagesBuilder​(int index)
         A list of detected languages together with confidence.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.DetectedLanguage detected_languages = 4;
      • addDetectedLanguagesBuilder

        public Document.Page.DetectedLanguage.Builder addDetectedLanguagesBuilder()
         A list of detected languages together with confidence.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.DetectedLanguage detected_languages = 4;
      • addDetectedLanguagesBuilder

        public Document.Page.DetectedLanguage.Builder addDetectedLanguagesBuilder​(int index)
         A list of detected languages together with confidence.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.DetectedLanguage detected_languages = 4;
      • getDetectedLanguagesBuilderList

        public List<Document.Page.DetectedLanguage.Builder> getDetectedLanguagesBuilderList()
         A list of detected languages together with confidence.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.DetectedLanguage detected_languages = 4;
      • getBlocksList

        public List<Document.Page.Block> getBlocksList()
         A list of visually detected text blocks on the page.
         A block has a set of lines (collected into paragraphs) that have a common
         line-spacing and orientation.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Block blocks = 5;
        Specified by:
        getBlocksList in interface Document.PageOrBuilder
      • getBlocksCount

        public int getBlocksCount()
         A list of visually detected text blocks on the page.
         A block has a set of lines (collected into paragraphs) that have a common
         line-spacing and orientation.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Block blocks = 5;
        Specified by:
        getBlocksCount in interface Document.PageOrBuilder
      • getBlocks

        public Document.Page.Block getBlocks​(int index)
         A list of visually detected text blocks on the page.
         A block has a set of lines (collected into paragraphs) that have a common
         line-spacing and orientation.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Block blocks = 5;
        Specified by:
        getBlocks in interface Document.PageOrBuilder
      • setBlocks

        public Document.Page.Builder setBlocks​(int index,
                                               Document.Page.Block value)
         A list of visually detected text blocks on the page.
         A block has a set of lines (collected into paragraphs) that have a common
         line-spacing and orientation.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Block blocks = 5;
      • setBlocks

        public Document.Page.Builder setBlocks​(int index,
                                               Document.Page.Block.Builder builderForValue)
         A list of visually detected text blocks on the page.
         A block has a set of lines (collected into paragraphs) that have a common
         line-spacing and orientation.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Block blocks = 5;
      • addBlocks

        public Document.Page.Builder addBlocks​(Document.Page.Block value)
         A list of visually detected text blocks on the page.
         A block has a set of lines (collected into paragraphs) that have a common
         line-spacing and orientation.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Block blocks = 5;
      • addBlocks

        public Document.Page.Builder addBlocks​(int index,
                                               Document.Page.Block value)
         A list of visually detected text blocks on the page.
         A block has a set of lines (collected into paragraphs) that have a common
         line-spacing and orientation.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Block blocks = 5;
      • addBlocks

        public Document.Page.Builder addBlocks​(Document.Page.Block.Builder builderForValue)
         A list of visually detected text blocks on the page.
         A block has a set of lines (collected into paragraphs) that have a common
         line-spacing and orientation.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Block blocks = 5;
      • addBlocks

        public Document.Page.Builder addBlocks​(int index,
                                               Document.Page.Block.Builder builderForValue)
         A list of visually detected text blocks on the page.
         A block has a set of lines (collected into paragraphs) that have a common
         line-spacing and orientation.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Block blocks = 5;
      • addAllBlocks

        public Document.Page.Builder addAllBlocks​(Iterable<? extends Document.Page.Block> values)
         A list of visually detected text blocks on the page.
         A block has a set of lines (collected into paragraphs) that have a common
         line-spacing and orientation.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Block blocks = 5;
      • clearBlocks

        public Document.Page.Builder clearBlocks()
         A list of visually detected text blocks on the page.
         A block has a set of lines (collected into paragraphs) that have a common
         line-spacing and orientation.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Block blocks = 5;
      • removeBlocks

        public Document.Page.Builder removeBlocks​(int index)
         A list of visually detected text blocks on the page.
         A block has a set of lines (collected into paragraphs) that have a common
         line-spacing and orientation.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Block blocks = 5;
      • getBlocksBuilder

        public Document.Page.Block.Builder getBlocksBuilder​(int index)
         A list of visually detected text blocks on the page.
         A block has a set of lines (collected into paragraphs) that have a common
         line-spacing and orientation.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Block blocks = 5;
      • getBlocksOrBuilder

        public Document.Page.BlockOrBuilder getBlocksOrBuilder​(int index)
         A list of visually detected text blocks on the page.
         A block has a set of lines (collected into paragraphs) that have a common
         line-spacing and orientation.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Block blocks = 5;
        Specified by:
        getBlocksOrBuilder in interface Document.PageOrBuilder
      • getBlocksOrBuilderList

        public List<? extends Document.Page.BlockOrBuilder> getBlocksOrBuilderList()
         A list of visually detected text blocks on the page.
         A block has a set of lines (collected into paragraphs) that have a common
         line-spacing and orientation.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Block blocks = 5;
        Specified by:
        getBlocksOrBuilderList in interface Document.PageOrBuilder
      • addBlocksBuilder

        public Document.Page.Block.Builder addBlocksBuilder()
         A list of visually detected text blocks on the page.
         A block has a set of lines (collected into paragraphs) that have a common
         line-spacing and orientation.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Block blocks = 5;
      • addBlocksBuilder

        public Document.Page.Block.Builder addBlocksBuilder​(int index)
         A list of visually detected text blocks on the page.
         A block has a set of lines (collected into paragraphs) that have a common
         line-spacing and orientation.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Block blocks = 5;
      • getBlocksBuilderList

        public List<Document.Page.Block.Builder> getBlocksBuilderList()
         A list of visually detected text blocks on the page.
         A block has a set of lines (collected into paragraphs) that have a common
         line-spacing and orientation.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Block blocks = 5;
      • getParagraphsList

        public List<Document.Page.Paragraph> getParagraphsList()
         A list of visually detected text paragraphs on the page.
         A collection of lines that a human would perceive as a paragraph.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Paragraph paragraphs = 6;
        Specified by:
        getParagraphsList in interface Document.PageOrBuilder
      • getParagraphsCount

        public int getParagraphsCount()
         A list of visually detected text paragraphs on the page.
         A collection of lines that a human would perceive as a paragraph.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Paragraph paragraphs = 6;
        Specified by:
        getParagraphsCount in interface Document.PageOrBuilder
      • getParagraphs

        public Document.Page.Paragraph getParagraphs​(int index)
         A list of visually detected text paragraphs on the page.
         A collection of lines that a human would perceive as a paragraph.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Paragraph paragraphs = 6;
        Specified by:
        getParagraphs in interface Document.PageOrBuilder
      • setParagraphs

        public Document.Page.Builder setParagraphs​(int index,
                                                   Document.Page.Paragraph value)
         A list of visually detected text paragraphs on the page.
         A collection of lines that a human would perceive as a paragraph.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Paragraph paragraphs = 6;
      • setParagraphs

        public Document.Page.Builder setParagraphs​(int index,
                                                   Document.Page.Paragraph.Builder builderForValue)
         A list of visually detected text paragraphs on the page.
         A collection of lines that a human would perceive as a paragraph.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Paragraph paragraphs = 6;
      • addParagraphs

        public Document.Page.Builder addParagraphs​(Document.Page.Paragraph value)
         A list of visually detected text paragraphs on the page.
         A collection of lines that a human would perceive as a paragraph.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Paragraph paragraphs = 6;
      • addParagraphs

        public Document.Page.Builder addParagraphs​(int index,
                                                   Document.Page.Paragraph value)
         A list of visually detected text paragraphs on the page.
         A collection of lines that a human would perceive as a paragraph.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Paragraph paragraphs = 6;
      • addParagraphs

        public Document.Page.Builder addParagraphs​(Document.Page.Paragraph.Builder builderForValue)
         A list of visually detected text paragraphs on the page.
         A collection of lines that a human would perceive as a paragraph.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Paragraph paragraphs = 6;
      • addParagraphs

        public Document.Page.Builder addParagraphs​(int index,
                                                   Document.Page.Paragraph.Builder builderForValue)
         A list of visually detected text paragraphs on the page.
         A collection of lines that a human would perceive as a paragraph.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Paragraph paragraphs = 6;
      • addAllParagraphs

        public Document.Page.Builder addAllParagraphs​(Iterable<? extends Document.Page.Paragraph> values)
         A list of visually detected text paragraphs on the page.
         A collection of lines that a human would perceive as a paragraph.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Paragraph paragraphs = 6;
      • clearParagraphs

        public Document.Page.Builder clearParagraphs()
         A list of visually detected text paragraphs on the page.
         A collection of lines that a human would perceive as a paragraph.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Paragraph paragraphs = 6;
      • removeParagraphs

        public Document.Page.Builder removeParagraphs​(int index)
         A list of visually detected text paragraphs on the page.
         A collection of lines that a human would perceive as a paragraph.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Paragraph paragraphs = 6;
      • getParagraphsBuilder

        public Document.Page.Paragraph.Builder getParagraphsBuilder​(int index)
         A list of visually detected text paragraphs on the page.
         A collection of lines that a human would perceive as a paragraph.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Paragraph paragraphs = 6;
      • getParagraphsOrBuilder

        public Document.Page.ParagraphOrBuilder getParagraphsOrBuilder​(int index)
         A list of visually detected text paragraphs on the page.
         A collection of lines that a human would perceive as a paragraph.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Paragraph paragraphs = 6;
        Specified by:
        getParagraphsOrBuilder in interface Document.PageOrBuilder
      • addParagraphsBuilder

        public Document.Page.Paragraph.Builder addParagraphsBuilder()
         A list of visually detected text paragraphs on the page.
         A collection of lines that a human would perceive as a paragraph.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Paragraph paragraphs = 6;
      • addParagraphsBuilder

        public Document.Page.Paragraph.Builder addParagraphsBuilder​(int index)
         A list of visually detected text paragraphs on the page.
         A collection of lines that a human would perceive as a paragraph.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Paragraph paragraphs = 6;
      • getParagraphsBuilderList

        public List<Document.Page.Paragraph.Builder> getParagraphsBuilderList()
         A list of visually detected text paragraphs on the page.
         A collection of lines that a human would perceive as a paragraph.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Paragraph paragraphs = 6;
      • getLinesList

        public List<Document.Page.Line> getLinesList()
         A list of visually detected text lines on the page.
         A collection of tokens that a human would perceive as a line.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Line lines = 7;
        Specified by:
        getLinesList in interface Document.PageOrBuilder
      • getLinesCount

        public int getLinesCount()
         A list of visually detected text lines on the page.
         A collection of tokens that a human would perceive as a line.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Line lines = 7;
        Specified by:
        getLinesCount in interface Document.PageOrBuilder
      • getLines

        public Document.Page.Line getLines​(int index)
         A list of visually detected text lines on the page.
         A collection of tokens that a human would perceive as a line.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Line lines = 7;
        Specified by:
        getLines in interface Document.PageOrBuilder
      • setLines

        public Document.Page.Builder setLines​(int index,
                                              Document.Page.Line value)
         A list of visually detected text lines on the page.
         A collection of tokens that a human would perceive as a line.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Line lines = 7;
      • setLines

        public Document.Page.Builder setLines​(int index,
                                              Document.Page.Line.Builder builderForValue)
         A list of visually detected text lines on the page.
         A collection of tokens that a human would perceive as a line.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Line lines = 7;
      • addLines

        public Document.Page.Builder addLines​(Document.Page.Line value)
         A list of visually detected text lines on the page.
         A collection of tokens that a human would perceive as a line.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Line lines = 7;
      • addLines

        public Document.Page.Builder addLines​(int index,
                                              Document.Page.Line value)
         A list of visually detected text lines on the page.
         A collection of tokens that a human would perceive as a line.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Line lines = 7;
      • addLines

        public Document.Page.Builder addLines​(Document.Page.Line.Builder builderForValue)
         A list of visually detected text lines on the page.
         A collection of tokens that a human would perceive as a line.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Line lines = 7;
      • addLines

        public Document.Page.Builder addLines​(int index,
                                              Document.Page.Line.Builder builderForValue)
         A list of visually detected text lines on the page.
         A collection of tokens that a human would perceive as a line.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Line lines = 7;
      • addAllLines

        public Document.Page.Builder addAllLines​(Iterable<? extends Document.Page.Line> values)
         A list of visually detected text lines on the page.
         A collection of tokens that a human would perceive as a line.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Line lines = 7;
      • clearLines

        public Document.Page.Builder clearLines()
         A list of visually detected text lines on the page.
         A collection of tokens that a human would perceive as a line.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Line lines = 7;
      • removeLines

        public Document.Page.Builder removeLines​(int index)
         A list of visually detected text lines on the page.
         A collection of tokens that a human would perceive as a line.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Line lines = 7;
      • getLinesBuilder

        public Document.Page.Line.Builder getLinesBuilder​(int index)
         A list of visually detected text lines on the page.
         A collection of tokens that a human would perceive as a line.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Line lines = 7;
      • getLinesOrBuilder

        public Document.Page.LineOrBuilder getLinesOrBuilder​(int index)
         A list of visually detected text lines on the page.
         A collection of tokens that a human would perceive as a line.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Line lines = 7;
        Specified by:
        getLinesOrBuilder in interface Document.PageOrBuilder
      • addLinesBuilder

        public Document.Page.Line.Builder addLinesBuilder()
         A list of visually detected text lines on the page.
         A collection of tokens that a human would perceive as a line.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Line lines = 7;
      • addLinesBuilder

        public Document.Page.Line.Builder addLinesBuilder​(int index)
         A list of visually detected text lines on the page.
         A collection of tokens that a human would perceive as a line.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Line lines = 7;
      • getLinesBuilderList

        public List<Document.Page.Line.Builder> getLinesBuilderList()
         A list of visually detected text lines on the page.
         A collection of tokens that a human would perceive as a line.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Line lines = 7;
      • getTokensCount

        public int getTokensCount()
         A list of visually detected tokens on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Token tokens = 8;
        Specified by:
        getTokensCount in interface Document.PageOrBuilder
      • setTokens

        public Document.Page.Builder setTokens​(int index,
                                               Document.Page.Token value)
         A list of visually detected tokens on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Token tokens = 8;
      • addTokens

        public Document.Page.Builder addTokens​(Document.Page.Token value)
         A list of visually detected tokens on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Token tokens = 8;
      • addTokens

        public Document.Page.Builder addTokens​(int index,
                                               Document.Page.Token value)
         A list of visually detected tokens on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Token tokens = 8;
      • clearTokens

        public Document.Page.Builder clearTokens()
         A list of visually detected tokens on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Token tokens = 8;
      • removeTokens

        public Document.Page.Builder removeTokens​(int index)
         A list of visually detected tokens on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Token tokens = 8;
      • getTokensBuilder

        public Document.Page.Token.Builder getTokensBuilder​(int index)
         A list of visually detected tokens on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Token tokens = 8;
      • addTokensBuilder

        public Document.Page.Token.Builder addTokensBuilder()
         A list of visually detected tokens on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Token tokens = 8;
      • addTokensBuilder

        public Document.Page.Token.Builder addTokensBuilder​(int index)
         A list of visually detected tokens on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Token tokens = 8;
      • getTokensBuilderList

        public List<Document.Page.Token.Builder> getTokensBuilderList()
         A list of visually detected tokens on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Token tokens = 8;
      • getVisualElementsCount

        public int getVisualElementsCount()
         A list of detected non-text visual elements e.g. checkbox,
         signature etc. on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.VisualElement visual_elements = 9;
        Specified by:
        getVisualElementsCount in interface Document.PageOrBuilder
      • getVisualElements

        public Document.Page.VisualElement getVisualElements​(int index)
         A list of detected non-text visual elements e.g. checkbox,
         signature etc. on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.VisualElement visual_elements = 9;
        Specified by:
        getVisualElements in interface Document.PageOrBuilder
      • setVisualElements

        public Document.Page.Builder setVisualElements​(int index,
                                                       Document.Page.VisualElement value)
         A list of detected non-text visual elements e.g. checkbox,
         signature etc. on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.VisualElement visual_elements = 9;
      • setVisualElements

        public Document.Page.Builder setVisualElements​(int index,
                                                       Document.Page.VisualElement.Builder builderForValue)
         A list of detected non-text visual elements e.g. checkbox,
         signature etc. on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.VisualElement visual_elements = 9;
      • addVisualElements

        public Document.Page.Builder addVisualElements​(Document.Page.VisualElement value)
         A list of detected non-text visual elements e.g. checkbox,
         signature etc. on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.VisualElement visual_elements = 9;
      • addVisualElements

        public Document.Page.Builder addVisualElements​(int index,
                                                       Document.Page.VisualElement value)
         A list of detected non-text visual elements e.g. checkbox,
         signature etc. on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.VisualElement visual_elements = 9;
      • addVisualElements

        public Document.Page.Builder addVisualElements​(Document.Page.VisualElement.Builder builderForValue)
         A list of detected non-text visual elements e.g. checkbox,
         signature etc. on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.VisualElement visual_elements = 9;
      • addVisualElements

        public Document.Page.Builder addVisualElements​(int index,
                                                       Document.Page.VisualElement.Builder builderForValue)
         A list of detected non-text visual elements e.g. checkbox,
         signature etc. on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.VisualElement visual_elements = 9;
      • addAllVisualElements

        public Document.Page.Builder addAllVisualElements​(Iterable<? extends Document.Page.VisualElement> values)
         A list of detected non-text visual elements e.g. checkbox,
         signature etc. on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.VisualElement visual_elements = 9;
      • clearVisualElements

        public Document.Page.Builder clearVisualElements()
         A list of detected non-text visual elements e.g. checkbox,
         signature etc. on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.VisualElement visual_elements = 9;
      • removeVisualElements

        public Document.Page.Builder removeVisualElements​(int index)
         A list of detected non-text visual elements e.g. checkbox,
         signature etc. on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.VisualElement visual_elements = 9;
      • getVisualElementsBuilder

        public Document.Page.VisualElement.Builder getVisualElementsBuilder​(int index)
         A list of detected non-text visual elements e.g. checkbox,
         signature etc. on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.VisualElement visual_elements = 9;
      • addVisualElementsBuilder

        public Document.Page.VisualElement.Builder addVisualElementsBuilder()
         A list of detected non-text visual elements e.g. checkbox,
         signature etc. on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.VisualElement visual_elements = 9;
      • addVisualElementsBuilder

        public Document.Page.VisualElement.Builder addVisualElementsBuilder​(int index)
         A list of detected non-text visual elements e.g. checkbox,
         signature etc. on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.VisualElement visual_elements = 9;
      • getVisualElementsBuilderList

        public List<Document.Page.VisualElement.Builder> getVisualElementsBuilderList()
         A list of detected non-text visual elements e.g. checkbox,
         signature etc. on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.VisualElement visual_elements = 9;
      • getTablesCount

        public int getTablesCount()
         A list of visually detected tables on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Table tables = 10;
        Specified by:
        getTablesCount in interface Document.PageOrBuilder
      • getTables

        public Document.Page.Table getTables​(int index)
         A list of visually detected tables on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Table tables = 10;
        Specified by:
        getTables in interface Document.PageOrBuilder
      • setTables

        public Document.Page.Builder setTables​(int index,
                                               Document.Page.Table value)
         A list of visually detected tables on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Table tables = 10;
      • addTables

        public Document.Page.Builder addTables​(Document.Page.Table value)
         A list of visually detected tables on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Table tables = 10;
      • addTables

        public Document.Page.Builder addTables​(int index,
                                               Document.Page.Table value)
         A list of visually detected tables on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Table tables = 10;
      • clearTables

        public Document.Page.Builder clearTables()
         A list of visually detected tables on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Table tables = 10;
      • removeTables

        public Document.Page.Builder removeTables​(int index)
         A list of visually detected tables on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Table tables = 10;
      • getTablesBuilder

        public Document.Page.Table.Builder getTablesBuilder​(int index)
         A list of visually detected tables on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Table tables = 10;
      • addTablesBuilder

        public Document.Page.Table.Builder addTablesBuilder()
         A list of visually detected tables on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Table tables = 10;
      • addTablesBuilder

        public Document.Page.Table.Builder addTablesBuilder​(int index)
         A list of visually detected tables on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Table tables = 10;
      • getTablesBuilderList

        public List<Document.Page.Table.Builder> getTablesBuilderList()
         A list of visually detected tables on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.Table tables = 10;
      • getFormFieldsCount

        public int getFormFieldsCount()
         A list of visually detected form fields on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.FormField form_fields = 11;
        Specified by:
        getFormFieldsCount in interface Document.PageOrBuilder
      • setFormFields

        public Document.Page.Builder setFormFields​(int index,
                                                   Document.Page.FormField value)
         A list of visually detected form fields on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.FormField form_fields = 11;
      • setFormFields

        public Document.Page.Builder setFormFields​(int index,
                                                   Document.Page.FormField.Builder builderForValue)
         A list of visually detected form fields on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.FormField form_fields = 11;
      • addFormFields

        public Document.Page.Builder addFormFields​(Document.Page.FormField value)
         A list of visually detected form fields on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.FormField form_fields = 11;
      • addFormFields

        public Document.Page.Builder addFormFields​(int index,
                                                   Document.Page.FormField value)
         A list of visually detected form fields on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.FormField form_fields = 11;
      • addFormFields

        public Document.Page.Builder addFormFields​(int index,
                                                   Document.Page.FormField.Builder builderForValue)
         A list of visually detected form fields on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.FormField form_fields = 11;
      • clearFormFields

        public Document.Page.Builder clearFormFields()
         A list of visually detected form fields on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.FormField form_fields = 11;
      • removeFormFields

        public Document.Page.Builder removeFormFields​(int index)
         A list of visually detected form fields on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.FormField form_fields = 11;
      • getFormFieldsBuilder

        public Document.Page.FormField.Builder getFormFieldsBuilder​(int index)
         A list of visually detected form fields on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.FormField form_fields = 11;
      • addFormFieldsBuilder

        public Document.Page.FormField.Builder addFormFieldsBuilder()
         A list of visually detected form fields on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.FormField form_fields = 11;
      • addFormFieldsBuilder

        public Document.Page.FormField.Builder addFormFieldsBuilder​(int index)
         A list of visually detected form fields on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.FormField form_fields = 11;
      • getFormFieldsBuilderList

        public List<Document.Page.FormField.Builder> getFormFieldsBuilderList()
         A list of visually detected form fields on the page.
         
        repeated .google.cloud.documentai.v1beta1.Document.Page.FormField form_fields = 11;
      • setUnknownFields

        public final Document.Page.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Document.Page.Builder>
      • mergeUnknownFields

        public final Document.Page.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Document.Page.Builder>