Tone(BETA)
Enable this model configuration to analyze speaker's tone (acoustic)
Tone Analysis suggests speaker emotion using only audio clues. Sometimes the speaker may show emotions in the tone of the response and this is important to capture to get the overall sentiment/mood of the conversation which cannot be extracted from conventional Lexical Emotion analysis.
Marsview's propritary Tone Analysis AI can detect the intonations in the tone to the statement level.

Types of Tone

Marsview is capable of detecting the following tones in an audio file:
Calm Happy Sad Angry Fearful Disgust Surprised

Example Response

1
{
2
"status": true,
3
"error": {},
4
"data": {
5
{
6
"label": "happy",
7
"score": 0.9999999
8
}
9
}
10
}
Copied!

Response Object

Field
Description
label
The tone predicted by the model
score
Confidence of the predicted tone
Last modified 8d ago