Question 61:
Review the code snippet given below and complete it by choosing the correct base URL for the translator using the global translator resource
<pre>curl -X POST "https://………………………………………………………………...?api-version=3.0&to=es" \
-H "Ocp-Apim-Subscription-Key:<your-key>" \
-H "Content-Type: application/json" \
-d "[{`Text`:`<sample text>`}]"
</pre>
Answer options:
A.api.cognitive.microsofttranslator.com/translate B.api-nam.cognitive.microsofttranslator.com/detect C.api.cognitive.microsofttranslator.com/detect D.api-nam.cognitive.microsofttranslator.com/translate