最近,我们使用Microsoft服务构建了一个自定义翻译系统。我们的目标是在同一个系统中具有通用翻译和附加自定义翻译的能力。
我正在使用MS翻译语言并建立自定义翻译模型(customtranslator.ai)
但是,我找不到自定义翻译器API的文档,我在MS服务中找到了两种语音翻译:
- [https://learn.microsoft.com/en-us/azure/cognitive-services/translator-speech/](https://learn.microsoft.com/en-us/azure/cognitive-services/translator-speech/)
- [https://azure.microsoft.com/en-us/services/cognitive-services/speech-translation/](https://azure.microsoft.com/en-us/services/cognitive-services/speech-translation/)
- [https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/](https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/)
我可以知道我应该使用哪个API以及应该遵循哪些文档吗?目前,我正在使用翻译器语音API (1)
谢谢!
https://stackoverflow.com/questions/52044218
复制相似问题