Speech Recognition with react-native-windows

Claudiu HBann 21 Reputation points
2022-09-05T21:52:27.357+00:00

I find out that you can develop windows apps with react native (hololens 2 apps to be more specific).

I want to control the app by speaking

How can I achieve this in react native windows?

I surfed the internet and I didn't found a library (speech recognition) like this that supports windows. :(

Thank you.

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

Accepted answer
  1. Roy Li - MSFT 32,236 Reputation points Microsoft Vendor
    2022-09-06T03:03:19.43+00:00

    Hello,

    Welcome to Microsoft Q&A!

    First of all, I have to say that the react native is a third party library. Questions about react native is not supported on Microsoft Q&A.

    What I could do is just talk from the UWP side, there are native UWP APIs could for speech recognition- Windows.Media.SpeechRecognition Namespace

    The SpeechRecognition API could help to detect what the user is saying and also detect voice command. For more information, you might need to check Speech recognition

    In the end, if you have questions about react native, you could ask in the official forum of the react native.

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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

0 additional answers

Sort by: Most helpful