marketplace
latest
false
- Release Notes
- Overview
- Getting Started
- Marketplace Vendors
- Marketplace Customers
- Publishing Guidelines
- Publishing Guidelines for Ready-to-go Automations
- Publishing Guidelines for Solution Accelerators
- Publishing Guidelines for Integration Service Connectors
- Security & IP Protection
- Other UiPath Listings
- Node-RED
- Analyze General Tone
- Personality Insights
- Analyze Customer Engagement
- Setup
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team From Group
- Get Team
- Get Teams
- Channels
- Create Channel
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- Get Message
- Get Messages
- Get Message Replies
- Reply To Message
- Send Message
- Events
- Create Event
- Delete Event
- Get Event
- Get Events
- Users
- Get User Presence
- How It Works
- Technical References
- Get Started
- About
- Setup
- Technical References
- Azure Form Recognizer Scope
- Activities
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- Get Model Keys
- Get Model Info
- Delete Model
- Connectors
- How to Create Activities
- Build Your Integration

Marketplace User Guide
Last updated Jan 20, 2025
Analyzes written communications like tweets, emails, documents, transcripts, and book passages for the author's tone. There are 7 tones (in 2 categories) that can be identified:
Emotion: Anger, Fear, Joy, Sadness
Language: Analytical, Confident*, Tentative
Note: Note that the
Confident tone is an estimation of the speaker/writer's confidence in his own
words, not a confidence score as we usually encounter in statistical contexts. For
example, "I am positive he is guilty" would be rated as Confident, whereas "I
think he did it" would not; the latter may even be rated as Tentative.
Important:
This activity has the following limitations:
- You may submit at most 1000 sentences to be analyzed collectively for Document Tone.
- You may submit at most 100 sentences to be analyzed individually for Sentence Tone.
Common
- DisplayName - The display name of the activity.
Credentials
- APIKey - The API key generated for your Tone Analyzer instance on IBM Cloud
- URL - The URL generated for your Tone Analyzer instance on IBM Cloud
Input
- Text - The text to analyze for tone
Misc
- InLanguage - The language of the inputted text
- OutLanguage - The language in which the outputted tones are written
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
-
Document Tone - The tone most prominent in the submitted text as a whole. Given as a
Tone
variable containing:- ToneName - The name of the tone
- Confidence - A value between 0 and 1 indicating the Tone Analyzer's confidence that the tone selected accurately describes the text
-
Sentence Tones - An
Array<SentenceTone>
variable holding analyses of each individual sentence in the submitted text.SentenceTone
variables contain:- SentenceNumber - The index (starting at 0) at which the described sentence appears in the text.
- Text - The isolated text of the sentence
- ToneName - The name of the tone found in this sentence
- Confidence - A value between 0 and 1 indicating the Tone Analyzer's confidence that the tone selected accurately describes the sentence