Partager via


FaceDetectionEffect.DesiredDetectionInterval Propriété

Définition

Obtient ou définit l’intervalle de temps pendant lequel la détection de visage doit être effectuée.

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

Valeur de propriété

Intervalle de temps pendant lequel la détection de visage doit être effectuée.

S’applique à