Interface Document.PageAnchorOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Document.PageAnchor, Document.PageAnchor.Builder
    Enclosing class:
    Document

    public static interface Document.PageAnchorOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getPageRefsList

        List<Document.PageAnchor.PageRef> getPageRefsList()
         One or more references to visual page elements
         
        repeated .google.cloud.documentai.v1.Document.PageAnchor.PageRef page_refs = 1;
      • getPageRefs

        Document.PageAnchor.PageRef getPageRefs​(int index)
         One or more references to visual page elements
         
        repeated .google.cloud.documentai.v1.Document.PageAnchor.PageRef page_refs = 1;
      • getPageRefsCount

        int getPageRefsCount()
         One or more references to visual page elements
         
        repeated .google.cloud.documentai.v1.Document.PageAnchor.PageRef page_refs = 1;
      • getPageRefsOrBuilderList

        List<? extends Document.PageAnchor.PageRefOrBuilder> getPageRefsOrBuilderList()
         One or more references to visual page elements
         
        repeated .google.cloud.documentai.v1.Document.PageAnchor.PageRef page_refs = 1;
      • getPageRefsOrBuilder

        Document.PageAnchor.PageRefOrBuilder getPageRefsOrBuilder​(int index)
         One or more references to visual page elements
         
        repeated .google.cloud.documentai.v1.Document.PageAnchor.PageRef page_refs = 1;