sentiments
Sentiments
Sentiment analysis of the meeting. See Sentiments
categories
AnalyticsCategories
Categorized analytics of the meeting content. See AnalyticsCategories
speakers
[AnalyticsSpeaker]
Array of analytics data for each speaker in the meeting. See AnalyticsSpeaker

AnalyticsCategories

questions
Int
Number of questions asked during the meeting.
date_times
Int
Number of date and time references mentioned in the meeting.
metrics
Int
Number of metrics or measurements discussed in the meeting.
tasks
Int
Number of tasks or action items identified in the meeting.

AnalyticsSpeaker

speaker_id
Int
Unique identifier for the speaker.
name
String
Name of the speaker.
duration
Float
Total speaking time of the speaker in seconds.
word_count
Int
Total number of words spoken by the speaker.
longest_monologue
Float
Duration of the speaker’s longest continuous speech in seconds.
monologues_count
Int
Number of times the speaker spoke during the meeting.
filler_words
Int
Number of filler words (um, uh, like, etc.) used by the speaker.
questions
Int
Number of questions asked by the speaker.
duration_pct
Float
Percentage of the total meeting time the speaker was talking.
words_per_minute
Float
Average speaking rate of the speaker in words per minute.

Additional Resources