Interface ImageAnnotationContextOrBuilder (3.1.0)

public interface ImageAnnotationContextOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPageNumber()

public abstract int getPageNumber()

If the file was a PDF or TIFF, this field gives the page number within the file used to produce the image.

int32 page_number = 2;

Returns
TypeDescription
int

The pageNumber.

getUri()

public abstract String getUri()

The URI of the file used to produce the image.

string uri = 1;

Returns
TypeDescription
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

The URI of the file used to produce the image.

string uri = 1;

Returns
TypeDescription
ByteString

The bytes for uri.