AIFeatureReadyState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |