Does the transliteration feature have arabic to english transliteration and vice versa within the scope?

Marwan Abdelrady 20 Reputation points
2024-03-06T15:00:18.83+00:00

I want to use the Translator REST API for Microsoft Azure to transliterate arabic text to english and vice versa. However, i can not find the supported languages in the documentation. All I can find is an API endpoint to get the language conversions within the scope, but I don not know if I can use that API without an active Azure subscription.

Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
356 questions
0 comments No comments
{count} votes

Accepted answer
  1. VasaviLankipalle-MSFT 15,426 Reputation points
    2024-03-07T00:15:35.7533333+00:00

    Hello @Marwan Abdelrady , Thanks for using Microsoft Q&A Platform.

    Regarding your question, Arabic to English transliteration and vice versa this is not supported. Arabic ``<--> ``Latn is supported.User's image The Transliterate operation in the Text Translation feature supports the following languages that is listed in the documentation here: https://learn.microsoft.com/en-us/azure/ai-services/translator/language-support#transliteration

    Coming to another question, to use the Transliterate feature, you need an active Azure subscription and an access key, endpoint and region from the Azure resource.

    Please go through the required parameters and headers list: https://learn.microsoft.com/en-us/azure/ai-services/translator/reference/v3-0-transliterate#request-parameters

    There are three headers that you can use to authenticate your subscription you can refer to. The first option is to authenticate using the Ocp-Apim-Subscription-Key header. Add the Ocp-Apim-Subscription-Key: <YOUR_SECRET_KEY> from the Azure resource as a header to your request.

    Here is a sample how I retrieved Transliterate from Arabic to Latin.

    User's imageI hope this helps.

    Regards,

    Vasavi

    -Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful