ExamQuestions.com

Register
Login
Microsoft Azure Exam Certification (AI-102) Exam Questions

Microsoft

Microsoft Azure Exam Certification (AI-102)

30 / 166

Question 30:

You are required to translate all documents from english language to french language using an Azure translator service. Review the code snippet below and complete it by selecting three answer choices: 
<pre>{
".......................................................": [
{
"source": {
".......................................................": "https://my.blob.core.windows.net/source-en?sv=2019-12-12&amp;st=2021-03-05T17%3A45%3A25Z&amp;se=2021-03-13T17%3A45%3A00Z&amp;sr=c&amp;sp=rl&amp;sig=SDRPMjE4nfrH3csmKLILkT%2Fv3e0Q6SWpssuuQl1NmfM%3D"
},
"targets": [
{
"targetUrl": "https://my.blob.core.windows.net/.......................................................?sv=2019-12-12&amp;st=2021-03-05T17%3A49%3A02Z&amp;se=2021-03-13T17%3A49%3A00Z&amp;sr=c&amp;sp=wdl&amp;sig=Sq%2BYdNbhgbq4hLT0o1UUOsTnQJFU590sWYo4BOhhQhs%3D",
"language": "fr"
}
]
}
]
}
</pre>
 

Answer options:

A.source-en
B.sources
C.inputs
D.sourceUrl
E.target-fr