faces property

List<Rectangle>? faces
final

识别到人脸的矩形框。数组的长度和检测到的人脸数量一致。

Implementation

final List<Rectangle>? faces;