You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originating times of messages from the SystemSpeechRecognizer and MicrosoftSpeechRecognizer components may not reflect the exact times of the corresponding utterances in the audio stream #20
Do not rely on the originating times of messages from the SystemSpeechRecognizer and MicrosoftSpeechRecognizer components to be precise with respect to the input audio stream.
Workaround:
If such precision is required, align the bytes in the StreamingSpeechRecognitionResult.Audio property of the output message with the raw input audio to locate the corresponding utterance within the input audio stream.