I'm using the Azure AI Translator API to translate sentences. For instance, when I translate the sentence "Hello my friends how are you" into Spanish, I receive the translation "hola amigos como estan". Is it possible for the API to display alternative translations for the same sentence, such as "hola mis amigos como estan" or "hola amigos como estais"? I'm aware that this is possible for words using the dictionary lookup method, but I'm unsure if this applies to entire sentences as well?
I have thoroughly reviewed the entire documentation of the Azure AI Translator API to ensure that I have understood all relevant information. According to the documentation, it should be possible to translate entire sentences. Based on this information, I attempted to translate entire sentences using the API. However, my developer reports that this is not working.