Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the face properties.
Syntax
public:
property IMapView<FaceProperty, DetectionResult, >^ FaceProperties {
IMapView<FaceProperty, DetectionResult, >^ get ();
}
public IReadOnlyDictionary<FaceProperty, DetectionResult, >FaceProperties { get; }
var faceProperties = faceFrameResult.faceProperties;
Property value
[C++]
[C#]
[JavaScript]
Type: IMapView<FaceProperty, DetectionResult, >
Type: IReadOnlyDictionary<FaceProperty, DetectionResult, >
Type: IMapView<FaceProperty, DetectionResult, >
The face properties.
Requirements
Namespace: Microsoft.Kinect.Face
Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)