The confidence score of the entire transcription, between 0 and 1.
The timestamp for your request.
The unique id of your transcription.
The status of your transcription.
The complete transcription for your audio.
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
The response from a call to the
/v2/stream
endpoint. The AssemblyClient.stream function returns this response.