faces property

List<FaceDetection>? faces
final

An array of faces detected in the video. Each element contains a detected face's details and the time, in milliseconds from the start of the video, the face was detected.

Implementation

final List<FaceDetection>? faces;