FaceDetectionEffectFrame.DetectedFaces 属性

定义

获取对象的列表,这些对象表示在帧中检测到的人脸。

public:
 property IVectorView<DetectedFace ^> ^ DetectedFaces { IVectorView<DetectedFace ^> ^ get(); };
IVectorView<DetectedFace> DetectedFaces();
public IReadOnlyList<DetectedFace> DetectedFaces { get; }
var iVectorView = faceDetectionEffectFrame.detectedFaces;
Public ReadOnly Property DetectedFaces As IReadOnlyList(Of DetectedFace)

属性值

表示帧中检测到的人脸的 对象的列表。 有关详细信息,请参阅 DetectedFace

适用于