landmarkAnnotations property

List<EntityAnnotation> landmarkAnnotations

If present, face detection has completed successfully.

Implementation

List<EntityAnnotation> get landmarkAnnotations =>
    landmarkAnnotationList ?? <EntityAnnotation>[];