ActivationSignalDetectionConfiguration.ModelId Property
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.
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
The unique model identifier.
Remarks
Registered configurations are uniquely identified by a signal/model ID pair.