Sunny Chiu
Sunny Chiu

Reputation: 13

Microsoft Custom Translator and Speech Translation API

Recently we using Microsoft Cloud service to build a custom translation system. Our goal is to have the capability of general translation and add-on custom translation in the same system.

I'm using MS translation speech and build up custom translator model (customtranslator.ai)

However, I cannot find the document of custom translator API and I found 2 kinds of speech translator in MS service:

  1. Translation Speech

  2. Speech Translation (preview)

  3. Speech Service

May I know which API should I use and which documentation I should follow? Currently, I'm using the Translator Speech API (1)

Thanks!

Upvotes: 0

Views: 1238

Answers (1)

Ali Heikal
Ali Heikal

Reputation: 4133

The Speech Translation API is one of the features of Speech Service (preview) which is the latest, while the Translator Speech API is the older version and was released individually, not part of the Speech Service just like the Bing Speech API.

So, to keep it short, the answer is Speech Service, including its features which is in your case Speech Translation API because it is the latest.

You can also find the documentation for the Custom Translator (preview) on GitHub through here

Upvotes: 0

Related Questions