Sentiment analysis prebuilt model

The sentiment analysis prebuilt model detects positive or negative sentiment in text data. You can use it to analyze social media, customer reviews, or any text data you're interested in. Sentiment analysis evaluates text input, and gives scores and labels at a sentence and document level. The scores and labels can be positive, negative, or neutral. At the document level, there can also be a "mixed" sentiment label, which has no score. The sentiment of the document is determined by aggregating the sentence scores.

Use in Power Apps

Explore sentiment analysis

You can try out the sentiment analysis model before you import it into your flow by using the "try it out" feature.

  1. Sign in to Power Apps.

  2. In the left pane, select AI Builder > Explore.

  3. Under Get straight to productivity, select Sentiment Analysis.

  4. In the Sentiment Analysis window, select Try it out.

  5. Select predefined text samples to analyze, or add your own text in the Add your own here box to see how the model analyzes your text.

Use the formula bar

You can integrate your AI Builder sentiment analysis models in Power Apps Studio by using the formula bar. For more information, see Use Power Fx in AI Builder models in Power Apps (preview).

Use in Power Automate

If you want to use this prebuilt model in Power Automate, you can find more information in Use the sentiment analysis prebuilt model in Power Automate.

Supported language and data format

  • Language: German, Spanish, English, French, Hindi, Italian, Japanese, Korean, Dutch, Norwegian, Portuguese (Brazil), Portuguese (Portugal), Turkish, Chinese (Simplified), Chinese (Traditional)
  • Documents can't exceed 5,120 characters.

Model output

If text is detected, the sentiment analysis model outputs the following information:

  • Sentiment:

    • Positive
    • Negative
    • Neutral
    • Mixed
  • Confidence score: Value in the range from 0 through 1. Values close to 1 indicate greater confidence that the identified sentiment is accurate.

  • Sentences: List of sentences from the input text, with analysis of its sentiments.

    • Sentiment:

      • Positive
      • Negative
      • Neutral
      • Mixed
    • Sentence confidence score: Value in the range from 0 through 1. Values close to 1 indicate greater confidence that the sentiment is accurate.

Limits

The following applies to calls made per environment across the following prebuilt models: language detection, sentiment analysis, and key phrase extraction.

Action Limit Renewal period
Calls (per environment) 400 60 seconds

See also

Training: Analyze the sentiment of text with AI Builder (module)