Uses of Interface
com.google.cloud.vision.v1p4beta1.LocalizedObjectAnnotationOrBuilder
-
Packages that use LocalizedObjectAnnotationOrBuilder Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision API -
-
Uses of LocalizedObjectAnnotationOrBuilder in com.google.cloud.vision.v1p4beta1
Classes in com.google.cloud.vision.v1p4beta1 that implement LocalizedObjectAnnotationOrBuilder Modifier and Type Class Description class
LocalizedObjectAnnotation
Set of detected objects with bounding boxes.static class
LocalizedObjectAnnotation.Builder
Set of detected objects with bounding boxes.Methods in com.google.cloud.vision.v1p4beta1 that return LocalizedObjectAnnotationOrBuilder Modifier and Type Method Description LocalizedObjectAnnotationOrBuilder
AnnotateImageResponse.Builder. getLocalizedObjectAnnotationsOrBuilder(int index)
If present, localized object detection has completed successfully.LocalizedObjectAnnotationOrBuilder
AnnotateImageResponse. getLocalizedObjectAnnotationsOrBuilder(int index)
If present, localized object detection has completed successfully.LocalizedObjectAnnotationOrBuilder
AnnotateImageResponseOrBuilder. getLocalizedObjectAnnotationsOrBuilder(int index)
If present, localized object detection has completed successfully.Methods in com.google.cloud.vision.v1p4beta1 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.
-