FaceDetector.IsSupported Property

Definition

Gets a value indicating whether the FaceDetector class is supported on the current device.

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

Property Value

Boolean

bool

True if FaceDetector; otherwise, false.

Applies to