共用方式為


FaceDetectionEffect.Enabled 屬性

定義

取得或設定值,指出是否啟用臉部偵測。

public:
 property bool Enabled { bool get(); void set(bool value); };
bool Enabled();

void Enabled(bool value);
public bool Enabled { get; set; }
var boolean = faceDetectionEffect.enabled;
faceDetectionEffect.enabled = boolean;
Public Property Enabled As Boolean

屬性值

Boolean

bool

如果啟用臉部偵測,則為 True;否則為 false。

適用於