Body.Expressions Property
Gets the status of the body's possible expressions. This API is not implemented in the Kinect for Windows v2 SDK and will always return null. It is included to support cross-compilation with the Xbox SDK.
Syntax
public:
property IMapView<Expression, DetectionResult>^ Expressions {
IMapView<Expression, DetectionResult>^ get ();
}
public IReadOnlyDictionary<Expression, DetectionResult>Expressions { get; }
var expressions = body.expressions;
Property value
[C++]
[C#]
[JavaScript]
Type: IMapView<Expression, DetectionResult>
Type: IReadOnlyDictionary<Expression, DetectionResult>
Type: IMapView<Expression, DetectionResult>
Returns null.
Requirements
Namespace: WindowsPreview.Kinect
Metadata: windowspreview.kinect.winmd