landmarkAnnotations property
If present, face detection has completed successfully.
Implementation
List<EntityAnnotation> get landmarkAnnotations =>
landmarkAnnotationList ?? <EntityAnnotation>[];
If present, face detection has completed successfully.
List<EntityAnnotation> get landmarkAnnotations =>
landmarkAnnotationList ?? <EntityAnnotation>[];