Uses of Interface
com.google.cloud.vision.v1.AsyncAnnotateFileResponseOrBuilder
-
Packages that use AsyncAnnotateFileResponseOrBuilder Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of AsyncAnnotateFileResponseOrBuilder in com.google.cloud.vision.v1
Classes in com.google.cloud.vision.v1 that implement AsyncAnnotateFileResponseOrBuilder Modifier and Type Class Description class
AsyncAnnotateFileResponse
The response for a single offline file annotation request.static class
AsyncAnnotateFileResponse.Builder
The response for a single offline file annotation request.Methods in com.google.cloud.vision.v1 that return AsyncAnnotateFileResponseOrBuilder Modifier and Type Method Description AsyncAnnotateFileResponseOrBuilder
AsyncBatchAnnotateFilesResponse.Builder. getResponsesOrBuilder(int index)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.AsyncAnnotateFileResponseOrBuilder
AsyncBatchAnnotateFilesResponse. getResponsesOrBuilder(int index)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.AsyncAnnotateFileResponseOrBuilder
AsyncBatchAnnotateFilesResponseOrBuilder. getResponsesOrBuilder(int index)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.Methods in com.google.cloud.vision.v1 that return types with arguments of type AsyncAnnotateFileResponseOrBuilder Modifier and Type Method Description List<? extends AsyncAnnotateFileResponseOrBuilder>
AsyncBatchAnnotateFilesResponse.Builder. getResponsesOrBuilderList()
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.List<? extends AsyncAnnotateFileResponseOrBuilder>
AsyncBatchAnnotateFilesResponse. getResponsesOrBuilderList()
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.List<? extends AsyncAnnotateFileResponseOrBuilder>
AsyncBatchAnnotateFilesResponseOrBuilder. getResponsesOrBuilderList()
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
-