Skip to main content

Channel: Session Emotions Intensities

Receive periodical detailed updates about the count, quantity and intensity of the emotions detected in a session during the given period (e.g. if you specify a frequency of 5s, each event will contain the emotions detected during the last 5 seconds).

Channel

Name

session_emotions_intensities

Key Template

sessionId:frequency

Events Type

sei

Key Parameters

sessionId
string
ID of the session do you want to track emotions from.
Example: 66151895e00a857bd76f889d
frequency
enum ChannelUpdateFrequency
How often you want to receive updates with the information from the last event.
Possible enum values
1s
Each second
3s
Each 3 seconds
5s
Each 5 seconds
10s
Each 10 seconds
30s
Each 30 seconds
1m
Each minute
5m
Each 5 minutes
10m
Each 10 minutes
Example: 10s

Key example

66151895e00a857bd76f889d:10s

Event fields

EMOTION_INTENSITIES
object
Object containing quantity, intensity and on how many people the emotion was detected.

Event data structure

session_emotions_intensities event structure
[
SUBSCRIPTION_ID,
EVENT_TIMESTAMP,
"sei",
[
EMOTION_INTENSITIES
]
]

Event example

session_emotions_intensities event example
[
"luug96xrbbc594",
"2024-04-14T23:00:30.000Z",
"sei",
[
{
"exaltation": {
"people": 3,
"quantity": 2.654,
"intensity": 0.885
},
"focus": {
"people": 3,
"quantity": 2.654,
"intensity": 0.885
},
"shock": {
"people": 3,
"quantity": 2.654,
"intensity": 0.885
},
"seriousness": {
"people": 3,
"quantity": 2.654,
"intensity": 0.885
},
"fatigue": {
"people": 3,
"quantity": 2.654,
"intensity": 0.885
},
"disgust": {
"people": 3,
"quantity": 2.654,
"intensity": 0.885
},
"overwhelming": {
"people": 3,
"quantity": 2.654,
"intensity": 0.885
}
}
]
]