You need to use Azure AI Language to analyze customer feedback. Which THREE analysis types are available in the Text Analytics API?
Analyzes sentiment.
Why this answer
Sentiment analysis is a core feature of the Azure AI Language Text Analytics API, allowing you to determine the overall positive, negative, or neutral sentiment of customer feedback. This capability is essential for analyzing customer opinions at scale, and it is explicitly listed as one of the three main analysis types (along with entity recognition and key phrase extraction) in the service documentation.
Exam trap
Azure often tests your ability to distinguish between Azure AI services, so the trap here is that candidates confuse the Text Analytics API with broader AI capabilities like image or speech processing, leading them to select options that belong to other services.