ActivationSignalDetector.GetSupportedModelIdsForSignalIdAsync(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.
Asynchronously gets the collection of model identifiers supported by this detector for the specified signal identifier. For example, all supported locales for language-specific versions of the "Hey Cortana" keyword.
public:
virtual IAsyncOperation<IVectorView<Platform::String ^> ^> ^ GetSupportedModelIdsForSignalIdAsync(Platform::String ^ signalId) = GetSupportedModelIdsForSignalIdAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<winrt::hstring>> GetSupportedModelIdsForSignalIdAsync(winrt::hstring const& signalId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<string>> GetSupportedModelIdsForSignalIdAsync(string signalId);
function getSupportedModelIdsForSignalIdAsync(signalId)
Public Function GetSupportedModelIdsForSignalIdAsync (signalId As String) As IAsyncOperation(Of IReadOnlyList(Of String))
Parameters
- signalId
-
String
Platform::String
winrt::hstring
The locale-independent identifier for this configuration.
Returns
The collection of model identifiers supported through the specified signal.
- Attributes