Uses of Class
com.google.cloud.vision.v1.BatchAnnotateFilesRequest
-
Packages that use BatchAnnotateFilesRequest Package Description com.google.cloud.vision.v1 A client to Cloud Vision APIcom.google.cloud.vision.v1.stub -
-
Uses of BatchAnnotateFilesRequest in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 that return BatchAnnotateFilesRequest Modifier and Type Method Description BatchAnnotateFilesRequestBatchAnnotateFilesRequest.Builder. build()BatchAnnotateFilesRequestBatchAnnotateFilesRequest.Builder. buildPartial()static BatchAnnotateFilesRequestBatchAnnotateFilesRequest. getDefaultInstance()BatchAnnotateFilesRequestBatchAnnotateFilesRequest.Builder. getDefaultInstanceForType()BatchAnnotateFilesRequestBatchAnnotateFilesRequest. getDefaultInstanceForType()static BatchAnnotateFilesRequestBatchAnnotateFilesRequest. parseDelimitedFrom(InputStream input)static BatchAnnotateFilesRequestBatchAnnotateFilesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchAnnotateFilesRequestBatchAnnotateFilesRequest. parseFrom(byte[] data)static BatchAnnotateFilesRequestBatchAnnotateFilesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchAnnotateFilesRequestBatchAnnotateFilesRequest. parseFrom(com.google.protobuf.ByteString data)static BatchAnnotateFilesRequestBatchAnnotateFilesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchAnnotateFilesRequestBatchAnnotateFilesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static BatchAnnotateFilesRequestBatchAnnotateFilesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchAnnotateFilesRequestBatchAnnotateFilesRequest. parseFrom(InputStream input)static BatchAnnotateFilesRequestBatchAnnotateFilesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchAnnotateFilesRequestBatchAnnotateFilesRequest. parseFrom(ByteBuffer data)static BatchAnnotateFilesRequestBatchAnnotateFilesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1 that return types with arguments of type BatchAnnotateFilesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse>ImageAnnotatorClient. batchAnnotateFilesCallable()Service that performs image detection and annotation for a batch of files.com.google.api.gax.rpc.UnaryCallSettings<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse>ImageAnnotatorSettings. batchAnnotateFilesSettings()Returns the object with the settings used for calls to batchAnnotateFiles.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse>ImageAnnotatorSettings.Builder. batchAnnotateFilesSettings()Returns the builder for the settings used for calls to batchAnnotateFiles.static io.grpc.MethodDescriptor<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse>ImageAnnotatorGrpc. getBatchAnnotateFilesMethod()com.google.protobuf.Parser<BatchAnnotateFilesRequest>BatchAnnotateFilesRequest. getParserForType()static com.google.protobuf.Parser<BatchAnnotateFilesRequest>BatchAnnotateFilesRequest. parser()Methods in com.google.cloud.vision.v1 with parameters of type BatchAnnotateFilesRequest Modifier and Type Method Description BatchAnnotateFilesResponseImageAnnotatorClient. batchAnnotateFiles(BatchAnnotateFilesRequest request)Service that performs image detection and annotation for a batch of files.default voidImageAnnotatorGrpc.AsyncService. batchAnnotateFiles(BatchAnnotateFilesRequest request, io.grpc.stub.StreamObserver<BatchAnnotateFilesResponse> responseObserver)Service that performs image detection and annotation for a batch of files.BatchAnnotateFilesResponseImageAnnotatorGrpc.ImageAnnotatorBlockingStub. batchAnnotateFiles(BatchAnnotateFilesRequest request)Service that performs image detection and annotation for a batch of files.com.google.common.util.concurrent.ListenableFuture<BatchAnnotateFilesResponse>ImageAnnotatorGrpc.ImageAnnotatorFutureStub. batchAnnotateFiles(BatchAnnotateFilesRequest request)Service that performs image detection and annotation for a batch of files.voidImageAnnotatorGrpc.ImageAnnotatorStub. batchAnnotateFiles(BatchAnnotateFilesRequest request, io.grpc.stub.StreamObserver<BatchAnnotateFilesResponse> responseObserver)Service that performs image detection and annotation for a batch of files.BatchAnnotateFilesRequest.BuilderBatchAnnotateFilesRequest.Builder. mergeFrom(BatchAnnotateFilesRequest other)static BatchAnnotateFilesRequest.BuilderBatchAnnotateFilesRequest. newBuilder(BatchAnnotateFilesRequest prototype) -
Uses of BatchAnnotateFilesRequest in com.google.cloud.vision.v1.stub
Methods in com.google.cloud.vision.v1.stub that return types with arguments of type BatchAnnotateFilesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse>GrpcImageAnnotatorStub. batchAnnotateFilesCallable()com.google.api.gax.rpc.UnaryCallable<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse>HttpJsonImageAnnotatorStub. batchAnnotateFilesCallable()com.google.api.gax.rpc.UnaryCallable<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse>ImageAnnotatorStub. batchAnnotateFilesCallable()com.google.api.gax.rpc.UnaryCallSettings<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse>ImageAnnotatorStubSettings. batchAnnotateFilesSettings()Returns the object with the settings used for calls to batchAnnotateFiles.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse>ImageAnnotatorStubSettings.Builder. batchAnnotateFilesSettings()Returns the builder for the settings used for calls to batchAnnotateFiles.
-