FaceDetectionMode
FaceDetectionMode
FaceDetectionMode
FaceDetectionMode
Enum
Definition
Specifies the mode used for face detection.
public : enum class FaceDetectionModepublic enum FaceDetectionModePublic Enum FaceDetectionMode// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Balanced Balanced Balanced Balanced | The prioritization of detection speed and result quality are balanced. |
| HighPerformance HighPerformance HighPerformance HighPerformance | The speed of face detection is prioritized over the accuracy of the face detection results. |
| HighQuality HighQuality HighQuality HighQuality | The accuracy of face detection results is prioritized over the speed of face detection. |