Uses of Interface
com.google.cloud.vision.v1p1beta1.AnnotateImageResponseOrBuilder
-
Packages that use AnnotateImageResponseOrBuilder Package Description com.google.cloud.vision.v1p1beta1 A client to Cloud Vision API -
-
Uses of AnnotateImageResponseOrBuilder in com.google.cloud.vision.v1p1beta1
Classes in com.google.cloud.vision.v1p1beta1 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.v1p1beta1 that return AnnotateImageResponseOrBuilder Modifier and Type Method Description 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.v1p1beta1 that return types with arguments of type AnnotateImageResponseOrBuilder Modifier and Type Method Description 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.
-