UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
14 lines (13 loc) 300 B
/** * Represents the source of speech recognition invocation. */ export declare enum InvocationSource { /** * No invocation source specified. */ None = "None", /** * Voice activation with a keyword. */ VoiceActivationWithKeyword = "VoiceActivationWithKeyword" }