Azure Language in Foundry Tools provides sentiment analysis and opinion mining , which are the appropriate natural language processing capabilities for evaluating public perception. Sentiment analysis processes unstructured social-media text and assigns classifications such as positive, neutral, or negative, together with confidence scores. Opinion mining extends this analysis by associating expressed sentiment with particular aspects, attributes, products, or services mentioned in the text. This allows the application to determine not only the overall attitude toward the brand but also which specific brand characteristics are receiving favorable or unfavorable reactions.
Azure Document Intelligence is intended primarily for extracting text, fields, tables, and structures from documents. Content Safety detects potentially harmful material rather than measuring consumer opinion. Azure Vision processes visual content and is not the primary service for sentiment classification of written social-media posts.
Azure Language can be accessed through REST APIs, client libraries, or supported containers. The application submits the social-media text and receives document-level and sentence-level sentiment results that can be aggregated into brand-perception metrics, dashboards, or alerts.
Study Guide alignment: Implement text analysis solutions — perform sentiment analysis and opinion mining, process unstructured text, and interpret confidence scores and sentiment classifications.
====================