Uses of Interface
com.google.cloud.vision.v1p3beta1.LocalizedObjectAnnotationOrBuilder
-
Packages that use LocalizedObjectAnnotationOrBuilder Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision API -
-
Uses of LocalizedObjectAnnotationOrBuilder in com.google.cloud.vision.v1p3beta1
Classes in com.google.cloud.vision.v1p3beta1 that implement LocalizedObjectAnnotationOrBuilder Modifier and Type Class Description classLocalizedObjectAnnotationSet of detected objects with bounding boxes.static classLocalizedObjectAnnotation.BuilderSet of detected objects with bounding boxes.Methods in com.google.cloud.vision.v1p3beta1 that return LocalizedObjectAnnotationOrBuilder Modifier and Type Method Description LocalizedObjectAnnotationOrBuilderAnnotateImageResponse.Builder. getLocalizedObjectAnnotationsOrBuilder(int index)If present, localized object detection has completed successfully.LocalizedObjectAnnotationOrBuilderAnnotateImageResponse. getLocalizedObjectAnnotationsOrBuilder(int index)If present, localized object detection has completed successfully.LocalizedObjectAnnotationOrBuilderAnnotateImageResponseOrBuilder. getLocalizedObjectAnnotationsOrBuilder(int index)If present, localized object detection has completed successfully.Methods in com.google.cloud.vision.v1p3beta1 that return types with arguments of type LocalizedObjectAnnotationOrBuilder Modifier and Type Method Description List<? extends LocalizedObjectAnnotationOrBuilder>AnnotateImageResponse.Builder. getLocalizedObjectAnnotationsOrBuilderList()If present, localized object detection has completed successfully.List<? extends LocalizedObjectAnnotationOrBuilder>AnnotateImageResponse. getLocalizedObjectAnnotationsOrBuilderList()If present, localized object detection has completed successfully.List<? extends LocalizedObjectAnnotationOrBuilder>AnnotateImageResponseOrBuilder. getLocalizedObjectAnnotationsOrBuilderList()If present, localized object detection has completed successfully.
-