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.

12 lines (10 loc) 191 B
export { RealtimeError, RealtimeErrorType, RealtimeErrorMessages, } from "./realtime"; export { StreamingError, StreamingErrorType, StreamingErrorMessages, } from "./streaming";