UNPKG

assemblyai

Version:

The AssemblyAI JavaScript SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async and real-time transcription, as well as the latest LeMUR models.

14 lines (11 loc) 238 B
export { SyncTranscriptError } from "./sync"; export { RealtimeError, RealtimeErrorType, RealtimeErrorMessages, } from "./realtime"; export { StreamingError, StreamingErrorType, StreamingErrorMessages, } from "./streaming";