fullTextAnnotation property
- @JsonKey(name: 'fullTextAnnotation')
final
If present, text (OCR) detection or document (OCR) text detection has completed successfully. This annotation provides the structural hierarchy for the OCR detected text.
Implementation
@JsonKey(name: 'fullTextAnnotation')
final TextAnnotation? fullTextAnnotation;