FaceFrameResult.FaceProperties Property

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)

See also

Reference

FaceFrameResult Class
Microsoft.Kinect.Face Namespace