faceAnnotationList property

  1. @JsonKey(name: 'faceAnnotations')
List<FaceAnnotation>? faceAnnotationList
final

If present, face detection has completed successfully.

Implementation

@JsonKey(name: 'faceAnnotations')
final List<FaceAnnotation>? faceAnnotationList;