Click here to Skip to main content
15,889,315 members
Articles / Hosted Services / Serverless

Building a Universal Translator with Azure Cognitive Services Part Three: Translating Text and Converting It to Speech

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
14 Mar 2022CPOL5 min read 3.3K   3  
How to translate text and convert the translated text to speech to complete building the Universal Translator
This is Part 3 of a 3-part series that demonstrates how to use Azure Cognitive Services to build a universal translator that can take a recording of a person’s speech, convert it to text, translate it to another language, and then read it back using text-to-speech. In this article, the Java backend is completed, using the Azure translator service to translate text. Then, the Azure speech service is reused to convert the text back to speech.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

This article is part of the series 'Building a Universal Translator with Azure Cognitive Services View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Writer
Australia Australia

Comments and Discussions