public interface ImageAnnotationContextOrBuilder
extends com.google.protobuf.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.
|
com.google.protobuf.ByteString |
getUriBytes()
The URI of the file used to produce the image.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUri()
The URI of the file used to produce the image.
string uri = 1;com.google.protobuf.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 © 2023 Google LLC. All rights reserved.