Share via


ActivationSignalDetectionConfiguration.ModelId Property

Definition

Gets the identifier, typically locale-specific, for the model data associated with this configuration.

public:
 property Platform::String ^ ModelId { Platform::String ^ get(); };
winrt::hstring ModelId();
public string ModelId { get; }
var string = activationSignalDetectionConfiguration.modelId;
Public ReadOnly Property ModelId As String

Property Value

String

Platform::String

winrt::hstring

The unique model identifier.

Remarks

Registered configurations are uniquely identified by a signal/model ID pair.

Applies to

See also