com.google.cloud.vision.v1p4beta1.ImageAnnotationContextOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-vision-v1p4beta1 Show documentation
Show all versions of proto-google-cloud-vision-v1p4beta1 Show documentation
PROTO library for proto-google-cloud-vision-v1p4beta1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/vision/v1p4beta1/image_annotator.proto
package com.google.cloud.vision.v1p4beta1;
public interface ImageAnnotationContextOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.vision.v1p4beta1.ImageAnnotationContext)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The URI of the file used to produce the image.
*
*
* string uri = 1;
*/
java.lang.String getUri();
/**
*
*
*
* The URI of the file used to produce the image.
*
*
* string uri = 1;
*/
com.google.protobuf.ByteString getUriBytes();
/**
*
*
*
* 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;
*/
int getPageNumber();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy