FaceDetectionEffect.DesiredDetectionInterval 속성

정의

얼굴 감지를 수행해야 하는 시간 범위를 가져오거나 설정합니다.

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

속성 값

얼굴 감지를 수행해야 하는 시간 범위입니다.

적용 대상