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