FaceDetectionEffectFrame.DetectedFaces Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.