ActivationSignalDetector.GetAvailableModelIdsForSignalId(String) Method
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 collection of model identifiers available to this detector for the specified signal identifier. For example, all supported locales for language-specific versions of the "Hey Cortana" keyword.
public:
virtual IVector<Platform::String ^> ^ GetAvailableModelIdsForSignalId(Platform::String ^ signalId) = GetAvailableModelIdsForSignalId;
IVector<winrt::hstring> GetAvailableModelIdsForSignalId(winrt::hstring const& signalId);
public IList<string> GetAvailableModelIdsForSignalId(string signalId);
function getAvailableModelIdsForSignalId(signalId)
Public Function GetAvailableModelIdsForSignalId (signalId As String) As IList(Of String)
Parameters
- signalId
-
String
Platform::String
winrt::hstring
The locale-independent identifier for this configuration.
Returns
The collection of model identifiers available for the specified signal.
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|