Share via


AIFeatureReadyState Enum

Definition

public enum class AIFeatureReadyState
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AI.AIFeatureReadyContract, 65536)]
enum class AIFeatureReadyState
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AI.AIFeatureReadyContract), 65536)]
public enum AIFeatureReadyState
var value = Microsoft.Windows.AI.AIFeatureReadyState.ready
Public Enum AIFeatureReadyState
Inheritance
AIFeatureReadyState
Attributes

Fields

Name Value Description
Ready 0
NotReady 1
NotSupportedOnCurrentSystem 2
DisabledByUser 3

Applies to