@hahnpro/ms-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 561 B
Source Map (JSON)
{"version":3,"sources":["src/common.speech/ServiceMessages/InvocationSource.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,gBAAgB;IACxB;;OAEG;IACH,IAAI,SAAS;IAEb;;OAEG;IACH,0BAA0B,+BAA+B;CAC5D","file":"InvocationSource.d.ts","sourcesContent":["/**\n * Represents the source of speech recognition invocation.\n */\nexport enum InvocationSource {\n /**\n * No invocation source specified.\n */\n None = \"None\",\n\n /**\n * Voice activation with a keyword.\n */\n VoiceActivationWithKeyword = \"VoiceActivationWithKeyword\"\n}\n"]}