Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,069 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
People's speech sometime contain filter words like "uh", "um", etc. , but these words are not friendly in some use case like voice command, meeting transcription, etc.
Is there any config to remove those filter words in recognized text ? Especially for zh-CN.
Thank you.
Hi, as far as I know, Azure speech doesn't have an option to remove stop words. You'll have to implement your own text pre-processing or use a service like Azure ML.
--- *Kindly Accept Answer if the information helps. Thanks.*