Custom Translations
Define Custom Translations Although Azure AI Translator's default translation model works well for general translation, you might need to create a translation solution for companies or sectors with particular vocabularies of terms that call for specialized translation. To solve this problem, you can create a custom model that maps your own sets of source and target terms for translation. To create a custom model, use the Custom Translator portal to- Create a workspace linked to your Azure AI Translator resource. Create a project. Upload training data files and train a model Test your model and publish your model. Make translation calls to the API. You can use the category parameter in translate calls to your Azure AI Translator resource to specify the unique category Id that your custom model has been assigned. This will cause your custom model to execute translation rather than the default model. How To Call The API ? To initiate a translation, you send a POST request to the fol...