Hi clark-zh,
Greetings & Welcome to the Microsoft Q&A forum! Thank you for sharing your query.
- An ATL Service (.exe) is not a UWP app. Voice assistant features on Windows are specifically designed to work with UWP applications due to the privacy and security features that the UWP platform provides.
- To get the SignalId or ModelId when voice activation returns a keyword detected, you need to register your application with the keyword detector during the setup of voice activation. The SignalId and ModelId are part of the configuration for setting up voice activation and are typically defined by the developer when registering the keyword model with the ActivationSignalDetector. You can retrieve these IDs by using the
ActivationSignalDetector.CreateConfigurationAsync
method during the registration process. - Kindly refer these document https://learn.microsoft.com/en-us/azure/ai-services/speech-service/windows-voice-assistants-implementation-guide#implementing-voice-activation
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.