FaceTracker.IsSupported プロパティ

定義

現在のデバイスで FaceTracker クラスがサポートされているかどうかを示す値を取得します。

public:
 static property bool IsSupported { bool get(); };
static bool IsSupported();
public static bool IsSupported { get; }
var boolean = FaceTracker.isSupported;
Public Shared ReadOnly Property IsSupported As Boolean

プロパティ値

Boolean

bool

True の場合 FaceTracker;それ以外の場合は false。

適用対象