Uses of Interface
com.google.cloud.vision.v1p2beta1.TextAnnotationOrBuilder
-
Packages that use TextAnnotationOrBuilder Package Description com.google.cloud.vision.v1p2beta1 A client to Cloud Vision API -
-
Uses of TextAnnotationOrBuilder in com.google.cloud.vision.v1p2beta1
Classes in com.google.cloud.vision.v1p2beta1 that implement TextAnnotationOrBuilder Modifier and Type Class Description class
TextAnnotation
TextAnnotation contains a structured representation of OCR extracted text.static class
TextAnnotation.Builder
TextAnnotation contains a structured representation of OCR extracted text.Methods in com.google.cloud.vision.v1p2beta1 that return TextAnnotationOrBuilder Modifier and Type Method Description TextAnnotationOrBuilder
AnnotateImageResponse.Builder. getFullTextAnnotationOrBuilder()
If present, text (OCR) detection or document (OCR) text detection has completed successfully.TextAnnotationOrBuilder
AnnotateImageResponse. getFullTextAnnotationOrBuilder()
If present, text (OCR) detection or document (OCR) text detection has completed successfully.TextAnnotationOrBuilder
AnnotateImageResponseOrBuilder. getFullTextAnnotationOrBuilder()
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
-