FaceDetectionEffectDefinition.SynchronousDetectionEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出是否啟用同步臉部偵測。
public:
property bool SynchronousDetectionEnabled { bool get(); void set(bool value); };
bool SynchronousDetectionEnabled();
void SynchronousDetectionEnabled(bool value);
public bool SynchronousDetectionEnabled { get; set; }
var boolean = faceDetectionEffectDefinition.synchronousDetectionEnabled;
faceDetectionEffectDefinition.synchronousDetectionEnabled = boolean;
Public Property SynchronousDetectionEnabled As Boolean
屬性值
Boolean
bool
如果已啟用同步臉部偵測,則為 True;否則為 false。
備註
啟用同步偵測時,系統會延遲視訊畫面的傳回,直到畫面的臉部偵測作業完成為止。 當畫面到達時, FaceDetectionEffectFrame 的時間戳記將會符合相關聯 VideoFrame的時間戳記。 停用同步偵測時, FaceDetectionEffectFrame 的時間戳記通常比相關聯的VideoFrame稍微晚一點。