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.
Specifies the language model readiness states.
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 | Model is installed and ready to use. Note In some cases (such as during disk cleaning), model status can revert to a non-ready status. |
| NotReady | 1 | |
| NotSupportedOnCurrentSystem | 2 | Model is not supported for the current OS version or hardware configuration. |
| DisabledByUser | 3 | Model has been removed or disabled. |
Applies to
See also
- GetReadyState()
- <xref:Microsoft.Windows.AI.Generative.LanguageModel.GetReadyState>
- <xref:Microsoft.Windows.Vision.TextRecognizer.GetReadyState>
- <xref:Microsoft.Windows.AI.Generative.ImageDescriptionGenerator.GetReadyState>
- <xref:Microsoft.Graphics.Imaging.ImageObjectExtractor.GetReadyState>
- <xref:Microsoft.Graphics.Imaging.ImageObjectRemover.GetReadyState>
- <xref:Microsoft.Graphics.Imaging.ImageScaler.GetReadyState>