An event emitted when a chunk of the audio stream has been transcribed.
speakerstringrequired
Whether a line of the transcript was spoken by the user or the non-user party.
Format:
TranscriptSpeaker (string)Possible values: [USER, SUBJECT]
Example:
USERtranscriptstringrequired
The transcript line corresponding to a section of the audio stream.
Example:
hello good afternoontypestringrequired
Type discriminator.
Default value:
transcriptExample:
transcriptTranscriptEvent
{
"speaker": "USER",
"transcript": "hello good afternoon",
"type": "transcript"
}