FaceDetector.IsSupported プロパティ

定義

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

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

プロパティ値

Boolean

bool

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

適用対象