AI-102 Question 191
Single answerYou are designing an Azure AI solution to process customer feedback submitted in multiple languages. The solution must automatically detect the language of each feedback entry before further processing. Which Azure service should you use to achieve this functionality?
- A
Azure Text Analytics
- B
Azure Translator
- C
Azure Cognitive Search
- D
Azure Form Recognizer
Show answer and explanation
Correct answer: A
Explanation
Azure Text Analytics, part of the Azure Cognitive Services suite, provides ready-to-use features for analyzing text, including a dedicated language detection capability. This makes it the ideal service for identifying the language of customer feedback before additional processing. Other services like Azure Translator, Cognitive Search, and Form Recognizer are not suitable for this specific requirement.
- A. Correct.
Azure Text Analytics includes a language detection feature that can identify the language of a given text, making it the correct choice for this scenario.
- B. Incorrect.
Azure Translator is used for translating text between languages but does not specialize in language detection as its primary function.
- C. Incorrect.
Azure Cognitive Search is used for indexing and searching data but does not provide language detection features.
- D. Incorrect.
Azure Form Recognizer is designed to analyze and extract data from forms and documents, not for language detection.