faceAnnotations property

List<FaceAnnotation>? faceAnnotations
getter/setter pair

If present, face detection has completed successfully.

Implementation

core.List<FaceAnnotation>? faceAnnotations;