AI-102 Question 194
Single answerYou are developing a customer feedback analysis system using Azure Cognitive Services. The system must detect the language in which feedback is written to route it to the appropriate regional team for further processing. Which Azure service or feature should you use to detect the language in the text?
- A
Azure Text Analytics API
- B
Azure Translator Service
- C
Azure Form Recognizer
- D
Azure Speech Service
Show answer and explanation
Correct answer: A
Explanation
To detect the language of customer feedback in text form, the Azure Text Analytics API is the correct choice. It is specifically designed to provide language detection, sentiment analysis, and other text-based features. While other Azure services like Translator and Speech Service are powerful, they are not optimized for standalone language detection in written text.
- A. Correct.
Azure Text Analytics API includes a language detection feature that can identify the language of input text with high accuracy, making it the most suitable choice for this scenario.
- B. Incorrect.
Azure Translator Service is primarily designed for text translation between languages, not specifically for language detection as a standalone feature.
- C. Incorrect.
Azure Form Recognizer is used for extracting structured data from forms and documents, and it does not provide language detection capabilities.
- D. Incorrect.
Azure Speech Service is designed for transcribing and translating spoken language, but it is not focused on detecting the language of written text.