Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
FaceDetectionEffectDefinition.DetectionMode 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 or sets a value that prioritizes the speed of face detection and the quality of detection results.
public:
property FaceDetectionMode DetectionMode { FaceDetectionMode get(); void set(FaceDetectionMode value); };
FaceDetectionMode DetectionMode();
void DetectionMode(FaceDetectionMode value);
public FaceDetectionMode DetectionMode { get; set; }
var faceDetectionMode = faceDetectionEffectDefinition.detectionMode;
faceDetectionEffectDefinition.detectionMode = faceDetectionMode;
Public Property DetectionMode As FaceDetectionMode
Property Value
A value that prioritizes the speed of face detection and the quality of detection results.
Applies to
Feedback
Was this page helpful?
