ActivationSignalDetectionConfigurationSetModelDataResult Enum

Definition

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

ConfigurationCurrentlyEnabled 3

The model data cannot be set because the configuration is currently enabled.

ConfigurationNotFound 6

The model data was not set because the ActivationSignalDetectionConfiguration was not found.

EmptyModelData 1

No model data available.

InvalidData 4

The model data is invalid.

SetModelDataNotSupported 5

Setting of the model data is not supported by the ActivationSignalDetectionConfiguration.

Success 0

The setting of the model data was successful.

UnknownError 7

Unexpected error.

UnsupportedFormat 2

The specified model data format is not recognized.

Applies to

See also