UNPKG

@euirim/microsoft-cognitiveservices-speech-sdk

Version:
40 lines (38 loc) 1.72 kB
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. // Make sure not to export internal modules. // export * from "./CognitiveSubscriptionKeyAuthentication"; export * from "./CognitiveTokenAuthentication"; export * from "./IAuthentication"; export * from "./IntentConnectionFactory"; export * from "./RecognitionEvents"; export * from "./ServiceRecognizerBase"; export * from "./RecognizerConfig"; export * from "./WebsocketMessageFormatter"; export * from "./SpeechConnectionFactory"; export * from "./TranslationConnectionFactory"; export * from "./EnumTranslation"; export * from "./ServiceMessages/Enums"; export * from "./ServiceMessages/TranslationSynthesisEnd"; export * from "./ServiceMessages/TranslationHypothesis"; export * from "./ServiceMessages/TranslationPhrase"; export * from "./TranslationServiceRecognizer"; export * from "./ServiceMessages/SpeechDetected"; export * from "./ServiceMessages/SpeechHypothesis"; export * from "./SpeechServiceRecognizer"; export * from "./ServiceMessages/DetailedSpeechPhrase"; export * from "./ServiceMessages/SimpleSpeechPhrase"; export * from "./AddedLmIntent"; export * from "./IntentServiceRecognizer"; export * from "./ServiceMessages/IntentResponse"; export * from "./RequestSession"; export * from "./SpeechContext"; export * from "./DynamicGrammarBuilder"; export * from "./DialogServiceAdapter"; export * from "./AgentConfig"; export const OutputFormatPropertyName = "OutputFormat"; export const CancellationErrorCodePropertyName = "CancellationErrorCode"; export const ServicePropertiesPropertyName = "ServiceProperties"; export const ForceDictationPropertyName = "ForceDication"; //# sourceMappingURL=Exports.js.map