Open bpasero opened 9 months ago
Related to https://learn.microsoft.com/en-us/cpp/cognitive-services/speech/keywordrecognizer
When using KeywordRecognizer. RecognizeKeywordOnceAsync and not awaiting the future, the executing thread is still blocked until the keyword is recognised.
KeywordRecognizer. RecognizeKeywordOnceAsync
@bpasero
Thanks for bringing this to our attention. I'm going to assign this to the document author so they can take a look at it accordingly.
Related to https://learn.microsoft.com/en-us/cpp/cognitive-services/speech/keywordrecognizer
When using
KeywordRecognizer. RecognizeKeywordOnceAsync
and not awaiting the future, the executing thread is still blocked until the keyword is recognised.