interface DeepgramOptions {
    endpointing?: number;
    filler_words?: boolean;
    interim_results?: boolean;
    keyterms?: string[];
    keywords?: [string, number][];
    mip_opt_out?: boolean;
    numerals?: boolean;
    profanity_filter?: boolean;
    punctuate?: boolean;
    smart_format?: boolean;
}

Properties

endpointing?: number
filler_words?: boolean
interim_results?: boolean
keyterms?: string[]
keywords?: [string, number][]
mip_opt_out?: boolean
numerals?: boolean
profanity_filter?: boolean
punctuate?: boolean
smart_format?: boolean