faceAnnotations property

List<FaceAnnotation> faceAnnotations

If present, face detection has completed successfully.

Implementation

List<FaceAnnotation> get faceAnnotations =>
    faceAnnotationList ?? <FaceAnnotation>[];