Microsoft 自定义翻译和语音翻译 API
Microsoft Custom Translator and Speech Translation API
最近我们使用微软云服务构建自定义翻译系统。我们的目标是在同一个系统中具备通用翻译和附加自定义翻译的能力。
我正在使用 MS 翻译语音并构建自定义翻译器模型 (customtranslator.ai)
但是,我找不到自定义翻译器的文档API,我在 MS 服务中找到了 2 种语音翻译器:
翻译语音
语音翻译(预览)
语音服务
我可以知道我应该使用哪个 API 以及我应该遵循哪个文档吗?
目前,我正在使用翻译语音 API (1)
谢谢!
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.
所以,简而言之,答案是语音服务,包括它在您的案例中的功能语音翻译API,因为它是最新的。
您还可以找到 Custom Translator (preview) on GitHub through here
的文档
最近我们使用微软云服务构建自定义翻译系统。我们的目标是在同一个系统中具备通用翻译和附加自定义翻译的能力。
我正在使用 MS 翻译语音并构建自定义翻译器模型 (customtranslator.ai)
但是,我找不到自定义翻译器的文档API,我在 MS 服务中找到了 2 种语音翻译器:
翻译语音
语音翻译(预览)
语音服务
我可以知道我应该使用哪个 API 以及我应该遵循哪个文档吗? 目前,我正在使用翻译语音 API (1)
谢谢!
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.
所以,简而言之,答案是语音服务,包括它在您的案例中的功能语音翻译API,因为它是最新的。
您还可以找到 Custom Translator (preview) on GitHub through here
的文档