Sentiment
Enable this model configuration to analyze speaker sentiment based on spoken text (Lexical Emotion Analysis)
Overview
Sentiment Analysis will help you interpret and quantify if the conversation in the audio or video is Positive, Very Positive, Negative, Very Negative or Neutral. It also provides you a measure as to how subjective the conversation is with a subjectivity
score.
Sentiment Types
See the table below for the output definition of the model
Sentiment | Description | Example |
Very Positive | a statement or sentence that is highly positive | "Brilliant work John, you really came through." |
Positive | a statement or a sentence that is marginally positive | "Okay let's hope everything is fine." |
Neutral | a statement or a sentence that is neutral | "..sure I will do that tomorrow" |
Very Negative | a statement or sentence that is highly negative | "I don't think that will happen today" |
Negative | a statement or a sentence that is marginally Negative | "I am not happy with the outcome.." |
modelType
Configuration
modelType
Configuration Keys | Value |
|
|
| Model Configuration object for sentiment_analysis (No configurations) |
Example Request
Example Response
Response Object
Field | Description |
| A list of sentiment objects. |
| Start time of the sentence in the input Video/Audio in milliseconds. |
| End time of the sentence in the input Video/Audio in milliseconds. |
| A list of speaker id's whose voices are identified for a given time frame. Normally this list would only have a single speaker Id. |
| The sentiment of the speaker in the given time frame. |
| Integer representation of the sentiment of the speaker. Can have values between |
| A scale of how much the sentence is based on facts and figures. A high subjectivity indicates that the information given by the speaker is not based on facts and that it is highly subjective. |
| A sentence identified by the model in the given time frame. |
Last updated