Uses of Class
com.google.cloud.vision.v1.AsyncAnnotateFileResponse
-
Packages that use AsyncAnnotateFileResponse Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of AsyncAnnotateFileResponse in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 that return AsyncAnnotateFileResponse Modifier and Type Method Description AsyncAnnotateFileResponse
AsyncAnnotateFileResponse.Builder. build()
AsyncAnnotateFileResponse
AsyncAnnotateFileResponse.Builder. buildPartial()
static AsyncAnnotateFileResponse
AsyncAnnotateFileResponse. getDefaultInstance()
AsyncAnnotateFileResponse
AsyncAnnotateFileResponse.Builder. getDefaultInstanceForType()
AsyncAnnotateFileResponse
AsyncAnnotateFileResponse. getDefaultInstanceForType()
AsyncAnnotateFileResponse
AsyncBatchAnnotateFilesResponse.Builder. getResponses(int index)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.AsyncAnnotateFileResponse
AsyncBatchAnnotateFilesResponse. getResponses(int index)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.AsyncAnnotateFileResponse
AsyncBatchAnnotateFilesResponseOrBuilder. getResponses(int index)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.static AsyncAnnotateFileResponse
AsyncAnnotateFileResponse. parseDelimitedFrom(InputStream input)
static AsyncAnnotateFileResponse
AsyncAnnotateFileResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncAnnotateFileResponse
AsyncAnnotateFileResponse. parseFrom(byte[] data)
static AsyncAnnotateFileResponse
AsyncAnnotateFileResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncAnnotateFileResponse
AsyncAnnotateFileResponse. parseFrom(com.google.protobuf.ByteString data)
static AsyncAnnotateFileResponse
AsyncAnnotateFileResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncAnnotateFileResponse
AsyncAnnotateFileResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AsyncAnnotateFileResponse
AsyncAnnotateFileResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncAnnotateFileResponse
AsyncAnnotateFileResponse. parseFrom(InputStream input)
static AsyncAnnotateFileResponse
AsyncAnnotateFileResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncAnnotateFileResponse
AsyncAnnotateFileResponse. parseFrom(ByteBuffer data)
static AsyncAnnotateFileResponse
AsyncAnnotateFileResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1 that return types with arguments of type AsyncAnnotateFileResponse Modifier and Type Method Description com.google.protobuf.Parser<AsyncAnnotateFileResponse>
AsyncAnnotateFileResponse. getParserForType()
List<AsyncAnnotateFileResponse>
AsyncBatchAnnotateFilesResponse.Builder. getResponsesList()
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.List<AsyncAnnotateFileResponse>
AsyncBatchAnnotateFilesResponse. getResponsesList()
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.List<AsyncAnnotateFileResponse>
AsyncBatchAnnotateFilesResponseOrBuilder. getResponsesList()
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.static com.google.protobuf.Parser<AsyncAnnotateFileResponse>
AsyncAnnotateFileResponse. parser()
Methods in com.google.cloud.vision.v1 with parameters of type AsyncAnnotateFileResponse Modifier and Type Method Description AsyncBatchAnnotateFilesResponse.Builder
AsyncBatchAnnotateFilesResponse.Builder. addResponses(int index, AsyncAnnotateFileResponse value)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.AsyncBatchAnnotateFilesResponse.Builder
AsyncBatchAnnotateFilesResponse.Builder. addResponses(AsyncAnnotateFileResponse value)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.AsyncAnnotateFileResponse.Builder
AsyncAnnotateFileResponse.Builder. mergeFrom(AsyncAnnotateFileResponse other)
static AsyncAnnotateFileResponse.Builder
AsyncAnnotateFileResponse. newBuilder(AsyncAnnotateFileResponse prototype)
AsyncBatchAnnotateFilesResponse.Builder
AsyncBatchAnnotateFilesResponse.Builder. setResponses(int index, AsyncAnnotateFileResponse value)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.Method parameters in com.google.cloud.vision.v1 with type arguments of type AsyncAnnotateFileResponse Modifier and Type Method Description AsyncBatchAnnotateFilesResponse.Builder
AsyncBatchAnnotateFilesResponse.Builder. addAllResponses(Iterable<? extends AsyncAnnotateFileResponse> values)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
-