Uses of Interface
com.google.cloud.vision.v1p3beta1.EntityAnnotationOrBuilder
-
Packages that use EntityAnnotationOrBuilder Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision API -
-
Uses of EntityAnnotationOrBuilder in com.google.cloud.vision.v1p3beta1
Classes in com.google.cloud.vision.v1p3beta1 that implement EntityAnnotationOrBuilder Modifier and Type Class Description class
EntityAnnotation
Set of detected entity features.static class
EntityAnnotation.Builder
Set of detected entity features.Methods in com.google.cloud.vision.v1p3beta1 that return EntityAnnotationOrBuilder Modifier and Type Method Description EntityAnnotationOrBuilder
AnnotateImageResponse.Builder. getLabelAnnotationsOrBuilder(int index)
If present, label detection has completed successfully.EntityAnnotationOrBuilder
AnnotateImageResponse. getLabelAnnotationsOrBuilder(int index)
If present, label detection has completed successfully.EntityAnnotationOrBuilder
AnnotateImageResponseOrBuilder. getLabelAnnotationsOrBuilder(int index)
If present, label detection has completed successfully.EntityAnnotationOrBuilder
AnnotateImageResponse.Builder. getLandmarkAnnotationsOrBuilder(int index)
If present, landmark detection has completed successfully.EntityAnnotationOrBuilder
AnnotateImageResponse. getLandmarkAnnotationsOrBuilder(int index)
If present, landmark detection has completed successfully.EntityAnnotationOrBuilder
AnnotateImageResponseOrBuilder. getLandmarkAnnotationsOrBuilder(int index)
If present, landmark detection has completed successfully.EntityAnnotationOrBuilder
AnnotateImageResponse.Builder. getLogoAnnotationsOrBuilder(int index)
If present, logo detection has completed successfully.EntityAnnotationOrBuilder
AnnotateImageResponse. getLogoAnnotationsOrBuilder(int index)
If present, logo detection has completed successfully.EntityAnnotationOrBuilder
AnnotateImageResponseOrBuilder. getLogoAnnotationsOrBuilder(int index)
If present, logo detection has completed successfully.EntityAnnotationOrBuilder
AnnotateImageResponse.Builder. getTextAnnotationsOrBuilder(int index)
If present, text (OCR) detection has completed successfully.EntityAnnotationOrBuilder
AnnotateImageResponse. getTextAnnotationsOrBuilder(int index)
If present, text (OCR) detection has completed successfully.EntityAnnotationOrBuilder
AnnotateImageResponseOrBuilder. getTextAnnotationsOrBuilder(int index)
If present, text (OCR) detection has completed successfully.Methods in com.google.cloud.vision.v1p3beta1 that return types with arguments of type EntityAnnotationOrBuilder Modifier and Type Method Description List<? extends EntityAnnotationOrBuilder>
AnnotateImageResponse.Builder. getLabelAnnotationsOrBuilderList()
If present, label detection has completed successfully.List<? extends EntityAnnotationOrBuilder>
AnnotateImageResponse. getLabelAnnotationsOrBuilderList()
If present, label detection has completed successfully.List<? extends EntityAnnotationOrBuilder>
AnnotateImageResponseOrBuilder. getLabelAnnotationsOrBuilderList()
If present, label detection has completed successfully.List<? extends EntityAnnotationOrBuilder>
AnnotateImageResponse.Builder. getLandmarkAnnotationsOrBuilderList()
If present, landmark detection has completed successfully.List<? extends EntityAnnotationOrBuilder>
AnnotateImageResponse. getLandmarkAnnotationsOrBuilderList()
If present, landmark detection has completed successfully.List<? extends EntityAnnotationOrBuilder>
AnnotateImageResponseOrBuilder. getLandmarkAnnotationsOrBuilderList()
If present, landmark detection has completed successfully.List<? extends EntityAnnotationOrBuilder>
AnnotateImageResponse.Builder. getLogoAnnotationsOrBuilderList()
If present, logo detection has completed successfully.List<? extends EntityAnnotationOrBuilder>
AnnotateImageResponse. getLogoAnnotationsOrBuilderList()
If present, logo detection has completed successfully.List<? extends EntityAnnotationOrBuilder>
AnnotateImageResponseOrBuilder. getLogoAnnotationsOrBuilderList()
If present, logo detection has completed successfully.List<? extends EntityAnnotationOrBuilder>
AnnotateImageResponse.Builder. getTextAnnotationsOrBuilderList()
If present, text (OCR) detection has completed successfully.List<? extends EntityAnnotationOrBuilder>
AnnotateImageResponse. getTextAnnotationsOrBuilderList()
If present, text (OCR) detection has completed successfully.List<? extends EntityAnnotationOrBuilder>
AnnotateImageResponseOrBuilder. getTextAnnotationsOrBuilderList()
If present, text (OCR) detection has completed successfully.
-