Microsoft Certified Azure AI Engineer Associate · Free Practice Question Medium
Question 15
Review the statement given below and state if it is true or false:
To translate text, you have set up a Translator service in Azure. While reviewing the input documents, you have noticed that the source language of certain text is missing. To identify the language of the source text, you have utilized the language detection feature available in the Translator service. You have specified the 'from' parameter in the translation request to detect the language. However, the confidence score will not be provided.
-
A
True
-
B
False
Reveal correct answer
Correct answer: B
Explanation
Here's a code snippet to support this point where the 'from' parameter is not included. Furthermore, the Translator service would provide the confidence score for the detected language.

B.
The statement is correct because when using the language detection feature in the Translator service and specifying the 'from' parameter in the translation request, the confidence score for the detected language will indeed be provided. This score is essential for assessing the accuracy of the language detection and ensuring the quality of the translation process.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
