UNPKG

@deepgram/sdk

Version:

Isomorphic Javascript client for Deepgram

7 lines 330 B
import { LiveSchema } from "./TranscriptionSchema"; /** * Partial configuration options for the LiveSchema, including: * - `numerals`: Configures how numerals are handled in the live transcription. */ export declare type LiveConfigOptions = Partial<Pick<LiveSchema, "numerals">>; //# sourceMappingURL=LiveConfigOptions.d.ts.map