sample_transcript_processed {zoomGroupStats} | R Documentation |
Parsed spoken language in a 'Zoom' meeting.
Description
Parsed spoken language in a 'Zoom' meeting.
Usage
sample_transcript_processed
Format
A data frame with 30 rows of 12 variables:
- batchMeetingId
a character meeting identification variable
- userName
'Zoom' display name attached to this speaker
- utteranceId
an incremented numeric identifier for a marked speech utterance
- utteranceStartSeconds
when the utterance started as the number of seconds from the start of the recording
- utteranceStartTime
timestamp for the start of the utterance
- utteranceEndSeconds
when the utterance ended as the number of seconds from the start of the recording
- utteranceEndTime
timestamp for the end of the utterance
- utteranceTimeWindow
duration of the utterance, in seconds
- utteranceMessage
the text of the utterance
- utteranceLanguage
language code of the utterance
- userEmail
character email address
- userId
numeric id of each speaker
Source
[Package zoomGroupStats version 0.1.0 Index]