Utterance
An utterance that was spoken.
JSON representation
{
"channel": number (int32),
"offset": string (Duration),
"duration": string (Duration),
"text": string
}
Fields | |
---|---|
channel | number (int32 format) Which channel this utterance was spoken on. For dual channel recordings, 0 is the parent call and 1 is the child call. |
offset | string (Duration format) The offset from the start of the recording that this utterance was spoken. |
duration | string (Duration format) The duration of this utterance. |
text | string What was spoken. This includes punctuation. |