Uses of Class
com.google.cloud.vision.v1p2beta1.BatchAnnotateImagesResponse
-
Packages that use BatchAnnotateImagesResponse Package Description com.google.cloud.vision.v1p2beta1 A client to Cloud Vision APIcom.google.cloud.vision.v1p2beta1.stub -
-
Uses of BatchAnnotateImagesResponse in com.google.cloud.vision.v1p2beta1
Methods in com.google.cloud.vision.v1p2beta1 that return BatchAnnotateImagesResponse Modifier and Type Method Description BatchAnnotateImagesResponseImageAnnotatorClient. batchAnnotateImages(BatchAnnotateImagesRequest request)Run image detection and annotation for a batch of images.BatchAnnotateImagesResponseImageAnnotatorClient. batchAnnotateImages(List<AnnotateImageRequest> requests)Run image detection and annotation for a batch of images.BatchAnnotateImagesResponseImageAnnotatorGrpc.ImageAnnotatorBlockingStub. batchAnnotateImages(BatchAnnotateImagesRequest request)Run image detection and annotation for a batch of images.BatchAnnotateImagesResponseBatchAnnotateImagesResponse.Builder. build()BatchAnnotateImagesResponseBatchAnnotateImagesResponse.Builder. buildPartial()static BatchAnnotateImagesResponseBatchAnnotateImagesResponse. getDefaultInstance()BatchAnnotateImagesResponseBatchAnnotateImagesResponse.Builder. getDefaultInstanceForType()BatchAnnotateImagesResponseBatchAnnotateImagesResponse. getDefaultInstanceForType()static BatchAnnotateImagesResponseBatchAnnotateImagesResponse. parseDelimitedFrom(InputStream input)static BatchAnnotateImagesResponseBatchAnnotateImagesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchAnnotateImagesResponseBatchAnnotateImagesResponse. parseFrom(byte[] data)static BatchAnnotateImagesResponseBatchAnnotateImagesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchAnnotateImagesResponseBatchAnnotateImagesResponse. parseFrom(com.google.protobuf.ByteString data)static BatchAnnotateImagesResponseBatchAnnotateImagesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchAnnotateImagesResponseBatchAnnotateImagesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static BatchAnnotateImagesResponseBatchAnnotateImagesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchAnnotateImagesResponseBatchAnnotateImagesResponse. parseFrom(InputStream input)static BatchAnnotateImagesResponseBatchAnnotateImagesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchAnnotateImagesResponseBatchAnnotateImagesResponse. parseFrom(ByteBuffer data)static BatchAnnotateImagesResponseBatchAnnotateImagesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1p2beta1 that return types with arguments of type BatchAnnotateImagesResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<BatchAnnotateImagesResponse>ImageAnnotatorGrpc.ImageAnnotatorFutureStub. batchAnnotateImages(BatchAnnotateImagesRequest request)Run image detection and annotation for a batch of images.com.google.api.gax.rpc.UnaryCallable<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse>ImageAnnotatorClient. batchAnnotateImagesCallable()Run image detection and annotation for a batch of images.com.google.api.gax.rpc.UnaryCallSettings<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse>ImageAnnotatorSettings. batchAnnotateImagesSettings()Returns the object with the settings used for calls to batchAnnotateImages.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse>ImageAnnotatorSettings.Builder. batchAnnotateImagesSettings()Returns the builder for the settings used for calls to batchAnnotateImages.static io.grpc.MethodDescriptor<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse>ImageAnnotatorGrpc. getBatchAnnotateImagesMethod()com.google.protobuf.Parser<BatchAnnotateImagesResponse>BatchAnnotateImagesResponse. getParserForType()static com.google.protobuf.Parser<BatchAnnotateImagesResponse>BatchAnnotateImagesResponse. parser()Methods in com.google.cloud.vision.v1p2beta1 with parameters of type BatchAnnotateImagesResponse Modifier and Type Method Description BatchAnnotateImagesResponse.BuilderBatchAnnotateImagesResponse.Builder. mergeFrom(BatchAnnotateImagesResponse other)static BatchAnnotateImagesResponse.BuilderBatchAnnotateImagesResponse. newBuilder(BatchAnnotateImagesResponse prototype)Method parameters in com.google.cloud.vision.v1p2beta1 with type arguments of type BatchAnnotateImagesResponse Modifier and Type Method Description default voidImageAnnotatorGrpc.AsyncService. batchAnnotateImages(BatchAnnotateImagesRequest request, io.grpc.stub.StreamObserver<BatchAnnotateImagesResponse> responseObserver)Run image detection and annotation for a batch of images.voidImageAnnotatorGrpc.ImageAnnotatorStub. batchAnnotateImages(BatchAnnotateImagesRequest request, io.grpc.stub.StreamObserver<BatchAnnotateImagesResponse> responseObserver)Run image detection and annotation for a batch of images. -
Uses of BatchAnnotateImagesResponse in com.google.cloud.vision.v1p2beta1.stub
Methods in com.google.cloud.vision.v1p2beta1.stub that return types with arguments of type BatchAnnotateImagesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse>GrpcImageAnnotatorStub. batchAnnotateImagesCallable()com.google.api.gax.rpc.UnaryCallable<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse>HttpJsonImageAnnotatorStub. batchAnnotateImagesCallable()com.google.api.gax.rpc.UnaryCallable<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse>ImageAnnotatorStub. batchAnnotateImagesCallable()com.google.api.gax.rpc.UnaryCallSettings<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse>ImageAnnotatorStubSettings. batchAnnotateImagesSettings()Returns the object with the settings used for calls to batchAnnotateImages.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse>ImageAnnotatorStubSettings.Builder. batchAnnotateImagesSettings()Returns the builder for the settings used for calls to batchAnnotateImages.
-