Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
TextAnnotation |
TextAnnotation.clone() |
TextAnnotation |
AnnotateImageResponse.getFullTextAnnotation()
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
|
TextAnnotation |
TextAnnotation.set(String fieldName,
Object value) |
TextAnnotation |
TextAnnotation.setPages(List<Page> pages)
List of pages detected by OCR.
|
TextAnnotation |
TextAnnotation.setText(String text)
UTF-8 text detected on the pages.
|
Modifier and Type | Method and Description |
---|---|
AnnotateImageResponse |
AnnotateImageResponse.setFullTextAnnotation(TextAnnotation fullTextAnnotation)
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
|
Copyright © 2011–2019 Google. All rights reserved.