What about recognizing of SpeechRecognizer ?

김지상 21 Reputation points
2020-12-03T03:47:33.417+00:00

I'm trying to test for 'recognizing', not recognized, of SpeechRecognize on Python.
Unfortunately, never seen an event or callback signal for recognizing on my test. But, the response or event signal of 'recognized' is very well.
I'd like to know more details about recognizing test.
So, my question about that is there any way to setting or configuring to get the SpeechRecognitionEventArgs or in related about some more information on recognizing intermediate response.
Or sample, test results about this issue for sharing any feedback for me. Thanks.

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,774 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,897 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 46,831 Reputation points Microsoft Employee
    2020-12-03T08:26:19.05+00:00

    @김지상 You can try this sample to check the recognizing events from the speech recognizer. I used a keyword table created from my project with a keyword and tested this scenario.
    44520-image.png

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.