UNPKG

@voice-ping/cognitive-services-speech

Version:

VoicePing Cognitive Services Speech SDK for JavaScript forked from Microsoft

48 lines (47 loc) 2.15 kB
export * from "./CognitiveSubscriptionKeyAuthentication"; export * from "./CognitiveTokenAuthentication"; export * from "./IAuthentication"; export * from "./IConnectionFactory"; export * from "./ISynthesisConnectionFactory"; export * from "./IntentConnectionFactory"; export * from "./RecognitionEvents"; export * from "./ServiceRecognizerBase"; export * from "./RecognizerConfig"; export * from "./SpeechServiceInterfaces"; 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 "./DynamicGrammarInterfaces"; 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 declare const OutputFormatPropertyName: string; export declare const CancellationErrorCodePropertyName: string; export declare const ServicePropertiesPropertyName: string; export declare const ForceDictationPropertyName: string; export declare const AutoDetectSourceLanguagesOpenRangeOptionName: string;