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