UNPKG

@deepgram/sdk

Version:

Isomorphic Javascript client for Deepgram

8 lines (6 loc) 276 B
import { LiveSchema } from "./TranscriptionSchema"; /** * Partial configuration options for the LiveSchema, including: * - `numerals`: Configures how numerals are handled in the live transcription. */ export type LiveConfigOptions = Partial<Pick<LiveSchema, "numerals">>;