FaceDetectionEffectFrame.DetectedFaces Property

Definition

Gets the list of objects representing the faces detected in the frame.

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)

Property Value

The list of objects representing the faces detected in the frame. For more information, see DetectedFace.

Applies to