faceAnnotationList property Null safety
- @JsonKey(name: 'faceAnnotations')
final
If present, face detection has completed successfully.
Implementation
@JsonKey(name: 'faceAnnotations')
final List<FaceAnnotation>? faceAnnotationList;
If present, face detection has completed successfully.
@JsonKey(name: 'faceAnnotations')
final List<FaceAnnotation>? faceAnnotationList;