AI-900 Question 202
Single answerA company wants to analyze customer feedback from product reviews to identify key information such as product names, locations, and dates mentioned. Which feature of Azure AI can help them achieve this?
- A
Entity recognition
- B
Sentiment analysis
- C
Language detection
- D
Image classification
Show answer and explanation
Correct answer: A
Explanation
Entity recognition is the appropriate feature because it enables the extraction of specific entities like product names, dates, and locations from text. This is essential for understanding structured information in customer feedback, as described in the scenario.
- A. Correct.
Entity recognition identifies key elements like names, locations, dates, and other entities in text, making it the correct feature for this scenario.
- B. Incorrect.
Sentiment analysis determines the emotional tone (positive, negative, neutral) of the text but does not extract specific entities like product names or dates.
- C. Incorrect.
Language detection identifies the language of a given text but does not extract specific details like entities.
- D. Incorrect.
Image classification is used for analyzing visual content in images, not for text-based entity identification.