ActivationSignalDetectionConfigurationSetModelDataResult 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 possible results returned when setting the model configuration data of an ActivationSignalDetectionConfiguration for the digital assistant.
public enum class ActivationSignalDetectionConfigurationSetModelDataResult
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
enum class ActivationSignalDetectionConfigurationSetModelDataResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
public enum ActivationSignalDetectionConfigurationSetModelDataResult
var value = Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetectionConfigurationSetModelDataResult.success
Public Enum ActivationSignalDetectionConfigurationSetModelDataResult
- Inheritance
-
ActivationSignalDetectionConfigurationSetModelDataResult
- Attributes
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|
Fields
Name | Value | Description |
---|---|---|
Success | 0 | The setting of the model data was successful. |
EmptyModelData | 1 | No model data available. |
UnsupportedFormat | 2 | The specified model data format is not recognized. |
ConfigurationCurrentlyEnabled | 3 | The model data cannot be set because the configuration is currently enabled. |
InvalidData | 4 | The model data is invalid. |
SetModelDataNotSupported | 5 | Setting of the model data is not supported by the ActivationSignalDetectionConfiguration. |
ConfigurationNotFound | 6 | The model data was not set because the ActivationSignalDetectionConfiguration was not found. |
UnknownError | 7 | Unexpected error. |