Uses of Interface
com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
-
Packages that use AnnotateImageResponseOrBuilder Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of AnnotateImageResponseOrBuilder in com.google.cloud.vision.v1
Classes in com.google.cloud.vision.v1 that implement AnnotateImageResponseOrBuilder Modifier and Type Class Description class
AnnotateImageResponse
Response to an image annotation request.static class
AnnotateImageResponse.Builder
Response to an image annotation request.Methods in com.google.cloud.vision.v1 that return AnnotateImageResponseOrBuilder Modifier and Type Method Description AnnotateImageResponseOrBuilder
AnnotateFileResponse.Builder. getResponsesOrBuilder(int index)
Individual responses to images found within the file.AnnotateImageResponseOrBuilder
AnnotateFileResponse. getResponsesOrBuilder(int index)
Individual responses to images found within the file.AnnotateImageResponseOrBuilder
AnnotateFileResponseOrBuilder. getResponsesOrBuilder(int index)
Individual responses to images found within the file.AnnotateImageResponseOrBuilder
BatchAnnotateImagesResponse.Builder. getResponsesOrBuilder(int index)
Individual responses to image annotation requests within the batch.AnnotateImageResponseOrBuilder
BatchAnnotateImagesResponse. getResponsesOrBuilder(int index)
Individual responses to image annotation requests within the batch.AnnotateImageResponseOrBuilder
BatchAnnotateImagesResponseOrBuilder. getResponsesOrBuilder(int index)
Individual responses to image annotation requests within the batch.Methods in com.google.cloud.vision.v1 that return types with arguments of type AnnotateImageResponseOrBuilder Modifier and Type Method Description List<? extends AnnotateImageResponseOrBuilder>
AnnotateFileResponse.Builder. getResponsesOrBuilderList()
Individual responses to images found within the file.List<? extends AnnotateImageResponseOrBuilder>
AnnotateFileResponse. getResponsesOrBuilderList()
Individual responses to images found within the file.List<? extends AnnotateImageResponseOrBuilder>
AnnotateFileResponseOrBuilder. getResponsesOrBuilderList()
Individual responses to images found within the file.List<? extends AnnotateImageResponseOrBuilder>
BatchAnnotateImagesResponse.Builder. getResponsesOrBuilderList()
Individual responses to image annotation requests within the batch.List<? extends AnnotateImageResponseOrBuilder>
BatchAnnotateImagesResponse. getResponsesOrBuilderList()
Individual responses to image annotation requests within the batch.List<? extends AnnotateImageResponseOrBuilder>
BatchAnnotateImagesResponseOrBuilder. getResponsesOrBuilderList()
Individual responses to image annotation requests within the batch.
-