Skip to main content
Version: Current

Analyze Sentiment

Description

The Analyze Sentiment activity analyzes the sentiment of text using Azure AI Language services.

The activity determines whether the submitted text expresses a positive, neutral, negative, or mixed sentiment and provides confidence scores for each sentiment category.

It can also return sentiment analysis for individual sentences within the text.


Common Capabilities

Process Data Support

info

This activity supports dynamic configuration using variables from the Process Data drawer.

You can bind values from Model Data, Form Data, System Data, Enterprise Variables, and Activity Outputs.

Learn more → Using Process Data


Design-Time Configuration

Display Text

The label for this activity as it appears on the workflow canvas.

Connection Name

Select one of the following:

  • An Azure AI connection configured in AI Command Center using customer-provided Azure credentials.
  • IB-X Azure AI Credits to use the IntelliBuddies Integration Gateway.

When using IB-X Azure AI Credits, requests are processed through the Integration Gateway and consume IB-X Currency based on the request volume and service usage.

Document Text

The text to analyze.

The value can be entered directly or supplied dynamically from Process Data.


Wait All Incoming

Execution Control

Controls how this activity behaves when multiple incoming execution paths converge.

Learn more → Execution Control


On Error

Error Handling Strategy

Defines how the workflow behaves if this activity encounters a runtime error.

Learn more → Error Handling


Outputs

Analyze Sentiment Result

The sentiment analysis result containing:

  • Overall sentiment
  • Sentiment confidence scores
  • Sentence-level sentiment analysis
  • Sentence confidence scores

Raw Response

The complete JSON response returned by Azure AI Language services.


Notes

  • Supported sentiment values include Positive, Neutral, Negative, and Mixed.
  • Large documents may be processed as multiple internal text segments depending on Azure service limits.
  • When using the Integration Gateway, IB-X Currency is consumed based on the request volume.