Voice Command Windows APP --> Cortana .Net

jose de jesus 141 Reputation points
2022-12-30T05:41:47.477+00:00

Rather than clciking a button named "run reports" I want my app to accept voice command, how can I do it?
example if I say run reports my app will run reports. Is this possible now?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,367 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jiachen Li-MSFT 26,426 Reputation points Microsoft Vendor
    2022-12-30T06:39:33.937+00:00

    Hi @jose de jesus ,
    You can use SpeechRecognitionEngine Class to achieve the functionality you need.
    Run the report through the code when a specific speech is recognized.
    Best Regards.
    Jiachen Li

    ----------

    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments