Uses of Class
com.google.cloud.vision.v1.AnnotateFileRequest
-
Packages that use AnnotateFileRequest Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of AnnotateFileRequest in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 that return AnnotateFileRequest Modifier and Type Method Description AnnotateFileRequest
AnnotateFileRequest.Builder. build()
AnnotateFileRequest
AnnotateFileRequest.Builder. buildPartial()
static AnnotateFileRequest
AnnotateFileRequest. getDefaultInstance()
AnnotateFileRequest
AnnotateFileRequest.Builder. getDefaultInstanceForType()
AnnotateFileRequest
AnnotateFileRequest. getDefaultInstanceForType()
AnnotateFileRequest
BatchAnnotateFilesRequest.Builder. getRequests(int index)
Required.AnnotateFileRequest
BatchAnnotateFilesRequest. getRequests(int index)
Required.AnnotateFileRequest
BatchAnnotateFilesRequestOrBuilder. getRequests(int index)
Required.static AnnotateFileRequest
AnnotateFileRequest. parseDelimitedFrom(InputStream input)
static AnnotateFileRequest
AnnotateFileRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateFileRequest
AnnotateFileRequest. parseFrom(byte[] data)
static AnnotateFileRequest
AnnotateFileRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateFileRequest
AnnotateFileRequest. parseFrom(com.google.protobuf.ByteString data)
static AnnotateFileRequest
AnnotateFileRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateFileRequest
AnnotateFileRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AnnotateFileRequest
AnnotateFileRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateFileRequest
AnnotateFileRequest. parseFrom(InputStream input)
static AnnotateFileRequest
AnnotateFileRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateFileRequest
AnnotateFileRequest. parseFrom(ByteBuffer data)
static AnnotateFileRequest
AnnotateFileRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1 that return types with arguments of type AnnotateFileRequest Modifier and Type Method Description com.google.protobuf.Parser<AnnotateFileRequest>
AnnotateFileRequest. getParserForType()
List<AnnotateFileRequest>
BatchAnnotateFilesRequest.Builder. getRequestsList()
Required.List<AnnotateFileRequest>
BatchAnnotateFilesRequest. getRequestsList()
Required.List<AnnotateFileRequest>
BatchAnnotateFilesRequestOrBuilder. getRequestsList()
Required.static com.google.protobuf.Parser<AnnotateFileRequest>
AnnotateFileRequest. parser()
Methods in com.google.cloud.vision.v1 with parameters of type AnnotateFileRequest Modifier and Type Method Description BatchAnnotateFilesRequest.Builder
BatchAnnotateFilesRequest.Builder. addRequests(int index, AnnotateFileRequest value)
Required.BatchAnnotateFilesRequest.Builder
BatchAnnotateFilesRequest.Builder. addRequests(AnnotateFileRequest value)
Required.AnnotateFileRequest.Builder
AnnotateFileRequest.Builder. mergeFrom(AnnotateFileRequest other)
static AnnotateFileRequest.Builder
AnnotateFileRequest. newBuilder(AnnotateFileRequest prototype)
BatchAnnotateFilesRequest.Builder
BatchAnnotateFilesRequest.Builder. setRequests(int index, AnnotateFileRequest value)
Required.Method parameters in com.google.cloud.vision.v1 with type arguments of type AnnotateFileRequest Modifier and Type Method Description BatchAnnotateFilesRequest.Builder
BatchAnnotateFilesRequest.Builder. addAllRequests(Iterable<? extends AnnotateFileRequest> values)
Required.BatchAnnotateFilesResponse
ImageAnnotatorClient. batchAnnotateFiles(List<AnnotateFileRequest> requests)
Service that performs image detection and annotation for a batch of files.
-