fullTextAnnotation property Null safety

  1. @JsonKey(name: 'fullTextAnnotation')
FullTextAnnotation? 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 FullTextAnnotation? fullTextAnnotation;