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를 참조하세요.

적용 대상