Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PartialTranscriptResponse

A response object to handle requests to get the sentences or paragraphs of a transcript. https://api.assemblyai.com/v2/transcript/:id/sentences https://api.assemblyai.com/v2/transcript/:id/paragraphs

Hierarchy

  • PartialTranscriptResponse

Index

Constructors

Properties

audio_duration?: number

The duration of the media file, in seconds.

confidence?: number

The confidence in the transcribed text, between 0.0 and 1.0.

id?: string

The unique id of your transcription.

paragraphs?: Utterance[]

A list of utterances where each utterance is an individual paragraph from the transcript.

sentences?: Utterance[]

A list of utterances where each utterance is an individual sentence from the transcript.

Generated using TypeDoc