Thanks for reaching out. The current version of the API only supports single possible value for each element in the input array (i.e the most likely variant). I will provide this feedback to the product team, however, feel free to submit a feature request on the uservoice forum so you and others can up-vote to enable the product team prioritize this feature. We are continuously updating/improving this service and value your feedback. Thanks.
How to get transliteration suggestion
Sandip Patel
1
Reputation point
Hello all,
I am using Azure Translator for transliteration. It's working fine for transliterating from one language to other (for me English to Hindi), but I want to get list of suggestions Like :
when I'm sending a request for transliterating the "Sandip" it returns
[
{
"text": "संदीप",
"script": "Deva"
}
]
single possible value that's good, but I want to get string of all possible words like
"संदीप","सन्दीप","संदिप","सनदीप","सान्दीप".
Please give me some suggestion.
Thank you in advance.