public interface ImageAnnotationContextOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getPageNumber()
If the file was a PDF or TIFF, this field gives the page number within
the file used to produce the image.
|
String |
getUri()
The URI of the file used to produce the image.
|
ByteString |
getUriBytes()
The URI of the file used to produce the image.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getUri()
The URI of the file used to produce the image.
string uri = 1;
ByteString getUriBytes()
The URI of the file used to produce the image.
string uri = 1;
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;
Copyright © 2022 Google LLC. All rights reserved.