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

属性值

应执行人脸检测的时间跨度。

适用于