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