Interface Document.PageAnchorOrBuilder (2.46.0)

public static interface Document.PageAnchorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPageRefs(int index)

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

Parameter
Name Description
index int
Returns
Type Description
Document.PageAnchor.PageRef

getPageRefsCount()

public abstract int getPageRefsCount()

One or more references to visual page elements

repeated .google.cloud.documentai.v1.Document.PageAnchor.PageRef page_refs = 1;

Returns
Type Description
int

getPageRefsList()

public abstract List<Document.PageAnchor.PageRef> getPageRefsList()

One or more references to visual page elements

repeated .google.cloud.documentai.v1.Document.PageAnchor.PageRef page_refs = 1;

Returns
Type Description
List<PageRef>

getPageRefsOrBuilder(int index)

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

Parameter
Name Description
index int
Returns
Type Description
Document.PageAnchor.PageRefOrBuilder

getPageRefsOrBuilderList()

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

Returns
Type Description
List<? extends com.google.cloud.documentai.v1.Document.PageAnchor.PageRefOrBuilder>