FaceDetectionEffectDefinition.DetectionMode Property
Definition
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.