Params

Param name
Description
original_data
Optional

The original data that was provided when the transcription record was created.

  • Must be a Hash

keywords
Optional

Keywords that were found in the audio file.

  • Must be a boolean value: 1, true, yes, on, 0, false, no, off

utterances
Optional

Utterances are the spoken words in the audio file, broken down by speaker.

  • Must be a Hash

highlighted_utterances
Optional

Highlighted Utterances are the spoken words in the audio file, broken down by speaker, with keywords highlighted.

  • Must be a Hash

transcription_processed
Optional

Returns true if the audio file has been transcribed and keywords have been highlighted.

  • Must be a boolean value: 1, true, yes, on, 0, false, no, off

audio_duration
Optional

The detected duration of the audio file in seconds.

  • Must be a decimal number.

body
Optional

The raw transcription text of the audio file.

  • Must be a String