UNPKG

@voice-ping/cognitive-services-speech

Version:

VoicePing Cognitive Services Speech SDK for JavaScript forked from Microsoft

50 lines (48 loc) 2.18 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 "./SpeechSynthesisConnectionFactory"; 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 * from "./Transcription/Exports"; export * from "./ServiceMessages/SynthesisAudioMetadata"; export * from "./SynthesisTurn"; export * from "./SynthesisAdapterBase"; export * from "./SynthesizerConfig"; export * from "./SynthesisContext"; export * from "./SpeakerRecognitionConfig"; export * from "./SpeakerIdMessageAdapter"; export const OutputFormatPropertyName = "OutputFormat"; export const CancellationErrorCodePropertyName = "CancellationErrorCode"; export const ServicePropertiesPropertyName = "ServiceProperties"; export const ForceDictationPropertyName = "ForceDication"; export const AutoDetectSourceLanguagesOpenRangeOptionName = "OpenRange"; //# sourceMappingURL=Exports.js.map