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