QuestionQ3
Implement text analysis solutionsYou have an application named App1 that uses Azure Speech in Foundry Tools to transcribe live calls.
Transcript segments frequently contain both English and Spanish. App1 sends each segment to Azure Translator in Foundry Tools for translation into another language, but mixed-language segments sometimes produce incomplete or incorrect translations.
You need to reduce translation errors, ensuring that the entire transcript is translated successfully.
What should you do before sending the segments to Translator?
- A Use document translation to translate the entire transcript as a single document.
- B Split the mixed-language segments into single-language segments and translate each segment separately.
- C Enable automatic language detection for the translation request.
- D Specify English as the source language in the translation request for all the segments.
Community Discussion