SpeechRecognitionModelProgressStatus 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 SpeechRecognitionModelProgressStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AI.Speech.SpeechContract, 65536)]
/// [Windows.Foundation.Metadata.Experimental]
enum class SpeechRecognitionModelProgressStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AI.Speech.SpeechContract), 65536)]
[Windows.Foundation.Metadata.Experimental]
public enum SpeechRecognitionModelProgressStatus
var value = Microsoft.Windows.AI.Speech.SpeechRecognitionModelProgressStatus.installing
Public Enum SpeechRecognitionModelProgressStatus
- Inheritance
-
SpeechRecognitionModelProgressStatus
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Installing | 0 | |
| Caching | 1 | |
| Loading | 2 | |
| CompletedSuccess | 3 | |
| CompletedFailure | 4 |