engagement_state: the person’s attention level to the interaction at a given moment, expressed as engagement, disengagement, or neutralsignals: specific social behaviors detected in the interaction, such as hesitation, agreement, confusion, etc.
Probability and Rationale
Alongside the signal label and its timestamps, Inter-1 will also returnprobability and rationale.
signals[].probabilityis a simple likelihood rating (low|medium|high). It helps you judge how reliable a detection is and decide how to use it (for example, you might only act onhighsignals, or showlowsignals as a “maybe”).signals[].rationaleis a short explanation of what the model noticed (in video, audio, and text) and how it connects to the signal. It’s designed to be human-readable, so you can quickly sanity-check the detection and understand what drove it.
Engagement state
These values belong toengagement_state[].state and are separate from signals[].type.