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&st=2021-03-05T17%3A45%3A25Z&se=2021-03-13T17%3A45%3A00Z&sr=c&sp=rl&sig=SDRPMjE4nfrH3csmKLILkT%2Fv3e0Q6SWpssuuQl1NmfM%3D" }, "targets": [ { "targetUrl": "https://my.blob.core.windows.net/.......................................................?sv=2019-12-12&st=2021-03-05T17%3A49%3A02Z&se=2021-03-13T17%3A49%3A00Z&sr=c&sp=wdl&sig=Sq%2BYdNbhgbq4hLT0o1UUOsTnQJFU590sWYo4BOhhQhs%3D", "language": "fr" } ] } ] } </pre>
Answer options:
A.source-en B.sources C.inputs D.sourceUrl E.target-fr