Share via


FaceDetectionEffect.DesiredDetectionInterval Properti

Definisi

Mendapatkan atau mengatur rentang waktu untuk deteksi wajah mana yang harus dilakukan.

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

Nilai Properti

Rentang waktu di mana deteksi wajah harus dilakukan.

Berlaku untuk