Options
All
  • Public
  • Public/Protected
  • All
Menu

The response from a call to the /v2/stream endpoint. The AssemblyClient.stream function returns this response.

Hierarchy

  • StreamResponse

Index

Constructors

Properties

confidence?: number

The confidence score of the entire transcription, between 0 and 1.

created?: Date

The timestamp for your request.

id?: string

The unique id of your transcription.

status?: string

The status of your transcription.

text?: string

The complete transcription for your audio.

words?: Word[]

An array of objects, with the information for each word in the transcription text. Will include the start/end time (in milliseconds) of the word and the confidence score of the word.

Generated using TypeDoc