Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

FaceDetectionEffect.DesiredDetectionInterval 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 the time span for which face detection should be performed.

public:
 property TimeSpan DesiredDetectionInterval { TimeSpan get(); void set(TimeSpan value); };
TimeSpan DesiredDetectionInterval();

void DesiredDetectionInterval(TimeSpan value);
public System.TimeSpan DesiredDetectionInterval { get; set; }
var timeSpan = faceDetectionEffect.desiredDetectionInterval;
faceDetectionEffect.desiredDetectionInterval = timeSpan;
Public Property DesiredDetectionInterval As TimeSpan

Property Value

The time span for which face detection should be performed.

Applies to


Feedback

Was this page helpful?