次の方法で共有


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

プロパティ値

顔検出を実行する期間。

適用対象