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
Otherwise, for non-continuous recognition, it must be set with: speechConfig.SetServiceProperty("punctuation", "explicit", ServicePropertyChannel.UriQueryParameter);
reference: Azure-Samples/cognitive-services-speech-sdk#667 (comment)
With EnableDictation or explicit punctuation, users have finer control of punctuation returned in the recognized result.
It could default to automatic punctuation as it is now, but when set, users need to say in their sentences "question mark", "comma", "period", etc for these punctuation marks to be included in the text.
The text was updated successfully, but these errors were encountered:
Could you please add to the UI and Azure speech provider the settings for explicit punctuation?
For continuous recognition (only), the setting would be enabled with:
speechConfig.EnableDictation();
reference: https://learn.microsoft.com/en-us/javascript/api/microsoft-cognitiveservices-speech-sdk/speechconfig?view=azure-node-latest#microsoft-cognitiveservices-speech-sdk-speechconfig-enabledictation
Otherwise, for non-continuous recognition, it must be set with:
speechConfig.SetServiceProperty("punctuation", "explicit", ServicePropertyChannel.UriQueryParameter);
reference: Azure-Samples/cognitive-services-speech-sdk#667 (comment)
With EnableDictation or explicit punctuation, users have finer control of punctuation returned in the recognized result.
It could default to automatic punctuation as it is now, but when set, users need to say in their sentences "question mark", "comma", "period", etc for these punctuation marks to be included in the text.
The text was updated successfully, but these errors were encountered: