UNPKG

@voice-ping/cognitive-services-speech

Version:

VoicePing Cognitive Services Speech SDK for JavaScript forked from Microsoft

10 lines (9 loc) 141 B
/** * Profanity option. * Added in version 1.7.0. */ export declare enum ProfanityOption { Masked = 0, Removed = 1, Raw = 2 }