Uses of Interface
com.google.cloud.vision.v1p4beta1.AnnotateFileResponseOrBuilder
-
Packages that use AnnotateFileResponseOrBuilder Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision API -
-
Uses of AnnotateFileResponseOrBuilder in com.google.cloud.vision.v1p4beta1
Classes in com.google.cloud.vision.v1p4beta1 that implement AnnotateFileResponseOrBuilder Modifier and Type Class Description class
AnnotateFileResponse
Response to a single file annotation request.static class
AnnotateFileResponse.Builder
Response to a single file annotation request.Methods in com.google.cloud.vision.v1p4beta1 that return AnnotateFileResponseOrBuilder Modifier and Type Method Description AnnotateFileResponseOrBuilder
BatchAnnotateFilesResponse.Builder. getResponsesOrBuilder(int index)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.AnnotateFileResponseOrBuilder
BatchAnnotateFilesResponse. getResponsesOrBuilder(int index)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.AnnotateFileResponseOrBuilder
BatchAnnotateFilesResponseOrBuilder. getResponsesOrBuilder(int index)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.Methods in com.google.cloud.vision.v1p4beta1 that return types with arguments of type AnnotateFileResponseOrBuilder Modifier and Type Method Description List<? extends AnnotateFileResponseOrBuilder>
BatchAnnotateFilesResponse.Builder. getResponsesOrBuilderList()
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.List<? extends AnnotateFileResponseOrBuilder>
BatchAnnotateFilesResponse. getResponsesOrBuilderList()
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.List<? extends AnnotateFileResponseOrBuilder>
BatchAnnotateFilesResponseOrBuilder. getResponsesOrBuilderList()
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
-