PartialTranscript: {
    audio_end: number;
    audio_start: number;
    confidence: number;
    created: Date;
    message_type: "PartialTranscript";
    text: string;
    words: Word[];
}

As you send audio data to the API, the API immediately starts responding with Partial Transcript results.

Type declaration

  • audio_end: number
  • audio_start: number
  • confidence: number
  • created: Date
  • message_type: "PartialTranscript"

    Describes the type of message

  • text: string
  • words: Word[]