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