Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
FaceDetectionEffectFrame.DetectedFaces Property
Definition
- Namespace:
- Windows.Media.Core
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.
Applies to
Feedback
Was this page helpful?
