Uses of Class
com.google.cloud.vision.v1.BatchAnnotateFilesResponse
-
Packages that use BatchAnnotateFilesResponse Package Description com.google.cloud.vision.v1 A client to Cloud Vision APIcom.google.cloud.vision.v1.stub -
-
Uses of BatchAnnotateFilesResponse in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 that return BatchAnnotateFilesResponse Modifier and Type Method Description BatchAnnotateFilesResponseImageAnnotatorClient. batchAnnotateFiles(BatchAnnotateFilesRequest request)Service that performs image detection and annotation for a batch of files.BatchAnnotateFilesResponseImageAnnotatorClient. batchAnnotateFiles(List<AnnotateFileRequest> requests)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.BatchAnnotateFilesResponseBatchAnnotateFilesResponse.Builder. build()BatchAnnotateFilesResponseBatchAnnotateFilesResponse.Builder. buildPartial()static BatchAnnotateFilesResponseBatchAnnotateFilesResponse. getDefaultInstance()BatchAnnotateFilesResponseBatchAnnotateFilesResponse.Builder. getDefaultInstanceForType()BatchAnnotateFilesResponseBatchAnnotateFilesResponse. getDefaultInstanceForType()static BatchAnnotateFilesResponseBatchAnnotateFilesResponse. parseDelimitedFrom(InputStream input)static BatchAnnotateFilesResponseBatchAnnotateFilesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchAnnotateFilesResponseBatchAnnotateFilesResponse. parseFrom(byte[] data)static BatchAnnotateFilesResponseBatchAnnotateFilesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchAnnotateFilesResponseBatchAnnotateFilesResponse. parseFrom(com.google.protobuf.ByteString data)static BatchAnnotateFilesResponseBatchAnnotateFilesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchAnnotateFilesResponseBatchAnnotateFilesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static BatchAnnotateFilesResponseBatchAnnotateFilesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchAnnotateFilesResponseBatchAnnotateFilesResponse. parseFrom(InputStream input)static BatchAnnotateFilesResponseBatchAnnotateFilesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchAnnotateFilesResponseBatchAnnotateFilesResponse. parseFrom(ByteBuffer data)static BatchAnnotateFilesResponseBatchAnnotateFilesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1 that return types with arguments of type BatchAnnotateFilesResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<BatchAnnotateFilesResponse>ImageAnnotatorGrpc.ImageAnnotatorFutureStub. batchAnnotateFiles(BatchAnnotateFilesRequest request)Service that performs image detection and annotation for a batch of files.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<BatchAnnotateFilesResponse>BatchAnnotateFilesResponse. getParserForType()static com.google.protobuf.Parser<BatchAnnotateFilesResponse>BatchAnnotateFilesResponse. parser()Methods in com.google.cloud.vision.v1 with parameters of type BatchAnnotateFilesResponse Modifier and Type Method Description BatchAnnotateFilesResponse.BuilderBatchAnnotateFilesResponse.Builder. mergeFrom(BatchAnnotateFilesResponse other)static BatchAnnotateFilesResponse.BuilderBatchAnnotateFilesResponse. newBuilder(BatchAnnotateFilesResponse prototype)Method parameters in com.google.cloud.vision.v1 with type arguments of type BatchAnnotateFilesResponse Modifier and Type Method Description default voidImageAnnotatorGrpc.AsyncService. batchAnnotateFiles(BatchAnnotateFilesRequest request, io.grpc.stub.StreamObserver<BatchAnnotateFilesResponse> responseObserver)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. -
Uses of BatchAnnotateFilesResponse in com.google.cloud.vision.v1.stub
Methods in com.google.cloud.vision.v1.stub that return types with arguments of type BatchAnnotateFilesResponse 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.
-