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