speech to speech translation accuracy issue

Chen Miracle 21 Reputation points
2022-12-01T06:55:38.2+00:00

we integrated the speech to speech translation service into a two-person conversation, from Chinese to English and vice versa. sometimes the translation is not very accurate, we used the free F0 subscription. Also we found a property to set SpeechTranslationconfig, i.e. PropertyId.SpeechServiceConnection_ContinuousLanguageIdPriority to "Accuracy". not sure if this works. Is there any way to tune it or need to choose a better plan? Thanks

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,391 questions
Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
340 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,362 questions
{count} votes

Accepted answer
  1. romungi-MSFT 41,866 Reputation points Microsoft Employee
    2022-12-01T12:28:39.157+00:00

    For a real-time usage scenario, updating the text if incorrect speech is detected might not be feasible. But if you are planning to use the speech translation service to translate a batch of audio files and then include a review process then it is possible to correct the text and then pass them to TTS service to generate a voice with translated text.

    You can use the subscription keys in more than one app at the same time but the usage limits still apply on the resource. So, if one of your app has used up the TPS limits then the subsequent call might fail. You can however use standard pricing tier to get higher TPS for such scenarios. It is recommended though to use separate resources for separate applications to track the requests. Thanks!!

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful