See the process of setting up the starter code in this video.
- [Instructor] Let's get started with the translator speech API. Now the name may sound confusing because in a lot of places in documentation, et cetera, they also call this as their translate text API. Translate text API, translator speech API, same thing. I'll be using both terms synonymously. However, I'll try and stick with the word translate text API. Now before we start writing any code, let's set up our project first.
What I'd like you to do is go into exercise files, go into chapter one, and pick the code from the end project and go ahead and unzip that code in a folder on your machine. I'm going to do that right now. Now once this code is unzipped, I'm going to give it a better name. Let's call this translatetext. And here I'm going to go ahead and open this particular folder in terminal and open this project in VS code and also go back to terminal and go ahead and run npm install.
This will go ahead and download all the dependencies from package json, set up this node modules folder, and once that completes, we are ready to write some code targeting the translate text API, also known as translator speech API.
Author
Released
4/10/2018- Using the Translate Text API
- Getting supported languages
- Writing code to translate between languages
- Performing text to speech
- Setting up speech to text
- Writing code for speaker identification
Skill Level Advanced
Duration
Views
Related Courses
-
Creating Bots with the Microsoft Bot Framework, Part 1
with Scott Peterson45m 41s Intermediate -
Learning Microsoft Cognitive Services for Developers
with Sahil Malik1h 42m Intermediate
-
Introduction
-
Welcome57s
-
What you should know1m 37s
-
-
1. The Basics
-
Introduction2m 56s
-
Set up a Node.js project4m 34s
-
-
2. Translation Text API
-
Set up a project1m 39s
-
Get language names5m 7s
-
Break apart longer sentences3m 23s
-
Get languages for Speak1m 53s
-
Performing Text-to-Speech3m 46s
-
-
3. Bing Speech API
-
Speech to Text5m 5s
-
Bing Speech Text-to-Speech3m 59s
-
4. Speaker Recognition API
-
Write business objects1m 41s
-
Enrolling the first user6m 3s
-
Enrolling the second user2m 14s
-
Identifying speakers4m 53s
-
Conclusion
-
Next steps1m 9s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Set up a project