textAnnotations property
If present, full text detection has completed successfully.
Implementation
List<EntityAnnotation> get textAnnotations =>
textAnnotationsList ?? <EntityAnnotation>[];
If present, full text detection has completed successfully.
List<EntityAnnotation> get textAnnotations =>
textAnnotationsList ?? <EntityAnnotation>[];