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 AsyncAnnotateFileResponseAsyncAnnotateFileResponse.Builder. build()AsyncAnnotateFileResponseAsyncAnnotateFileResponse.Builder. buildPartial()static AsyncAnnotateFileResponseAsyncAnnotateFileResponse. getDefaultInstance()AsyncAnnotateFileResponseAsyncAnnotateFileResponse.Builder. getDefaultInstanceForType()AsyncAnnotateFileResponseAsyncAnnotateFileResponse. getDefaultInstanceForType()AsyncAnnotateFileResponseAsyncBatchAnnotateFilesResponse.Builder. getResponses(int index)The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.AsyncAnnotateFileResponseAsyncBatchAnnotateFilesResponse. getResponses(int index)The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.AsyncAnnotateFileResponseAsyncBatchAnnotateFilesResponseOrBuilder. getResponses(int index)The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.static AsyncAnnotateFileResponseAsyncAnnotateFileResponse. parseDelimitedFrom(InputStream input)static AsyncAnnotateFileResponseAsyncAnnotateFileResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncAnnotateFileResponseAsyncAnnotateFileResponse. parseFrom(byte[] data)static AsyncAnnotateFileResponseAsyncAnnotateFileResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncAnnotateFileResponseAsyncAnnotateFileResponse. parseFrom(com.google.protobuf.ByteString data)static AsyncAnnotateFileResponseAsyncAnnotateFileResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncAnnotateFileResponseAsyncAnnotateFileResponse. parseFrom(com.google.protobuf.CodedInputStream input)static AsyncAnnotateFileResponseAsyncAnnotateFileResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncAnnotateFileResponseAsyncAnnotateFileResponse. parseFrom(InputStream input)static AsyncAnnotateFileResponseAsyncAnnotateFileResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncAnnotateFileResponseAsyncAnnotateFileResponse. parseFrom(ByteBuffer data)static AsyncAnnotateFileResponseAsyncAnnotateFileResponse. 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.BuilderAsyncBatchAnnotateFilesResponse.Builder. addResponses(int index, AsyncAnnotateFileResponse value)The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.AsyncBatchAnnotateFilesResponse.BuilderAsyncBatchAnnotateFilesResponse.Builder. addResponses(AsyncAnnotateFileResponse value)The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.AsyncAnnotateFileResponse.BuilderAsyncAnnotateFileResponse.Builder. mergeFrom(AsyncAnnotateFileResponse other)static AsyncAnnotateFileResponse.BuilderAsyncAnnotateFileResponse. newBuilder(AsyncAnnotateFileResponse prototype)AsyncBatchAnnotateFilesResponse.BuilderAsyncBatchAnnotateFilesResponse.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.BuilderAsyncBatchAnnotateFilesResponse.Builder. addAllResponses(Iterable<? extends AsyncAnnotateFileResponse> values)The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
-