1- // Commented lines are for microsoft-cognitiveservices-speech-sdk@1.45.0.
2-
31export {
42 ActivityReceivedEventArgs ,
53 AudioConfig ,
6- // AudioFormatTag,
4+ AudioFormatTag ,
75 AudioInputStream ,
86 AudioOutputStream ,
97 AudioStreamFormat ,
108 AutoDetectSourceLanguageConfig ,
119 AutoDetectSourceLanguageResult ,
12- // AvatarConfig,
13- // AvatarEventArgs,
14- // AvatarSynthesizer,
15- // AvatarVideoFormat,
16- // AvatarWebRTCConnectionResult,
10+ AvatarConfig ,
11+ AvatarEventArgs ,
12+ AvatarSceneConfig ,
13+ AvatarSynthesizer ,
14+ AvatarVideoFormat ,
15+ AvatarWebRTCConnectionResult ,
1716 BaseAudioPlayer ,
1817 BotFrameworkConfig ,
1918 CancellationDetails ,
2019 CancellationDetailsBase ,
2120 CancellationErrorCode ,
22- // CancellationEventArgs,
2321 CancellationReason ,
2422 Connection ,
2523 ConnectionEventArgs ,
2624 ConnectionMessage ,
2725 ConnectionMessageEventArgs ,
2826 Conversation ,
2927 ConversationExpirationEventArgs ,
30- // ConversationInfo,
3128 ConversationParticipantsChangedEventArgs ,
3229 ConversationTranscriber ,
3330 ConversationTranscriptionCanceledEventArgs ,
3431 ConversationTranscriptionEventArgs ,
35- // ConversationTranscriptionResult,
32+ ConversationTranscriptionResult ,
3633 ConversationTranslationCanceledEventArgs ,
3734 ConversationTranslationEventArgs ,
3835 ConversationTranslationResult ,
3936 ConversationTranslator ,
40- // Coordinate,
37+ Coordinate ,
4138 CustomCommandsConfig ,
42- // Diagnostics,
39+ Diagnostics ,
4340 DialogServiceConfig ,
4441 DialogServiceConnector ,
45- IntentRecognitionCanceledEventArgs ,
46- IntentRecognitionEventArgs ,
47- IntentRecognitionResult ,
48- IntentRecognizer ,
49- // type IParticipant,
50- // type IPlayer,
51- // IVoiceJson,
5242 KeywordRecognitionModel ,
53- // LanguageIdMode,
54- LanguageUnderstandingModel ,
55- // LogLevel,
56- // Meeting,
57- // MeetingInfo,
58- // MeetingTranscriber,
59- // MeetingTranscriptionCanceledEventArgs,
60- // MeetingTranscriptionEventArgs,
43+ LanguageIdMode ,
44+ LogLevel ,
45+ Meeting ,
46+ MeetingTranscriber ,
47+ MeetingTranscriptionCanceledEventArgs ,
48+ MeetingTranscriptionEventArgs ,
6149 NoMatchDetails ,
6250 NoMatchReason ,
6351 OutputFormat ,
@@ -86,20 +74,14 @@ export {
8674 SessionEventArgs ,
8775 SourceLanguageConfig ,
8876 SpeakerAudioDestination ,
89- SpeakerIdentificationModel ,
90- SpeakerRecognitionCancellationDetails ,
91- SpeakerRecognitionResult ,
92- SpeakerRecognitionResultType ,
93- SpeakerRecognizer ,
94- SpeakerVerificationModel ,
9577 SpeechConfig ,
9678 SpeechConfigImpl ,
9779 SpeechRecognitionCanceledEventArgs ,
9880 SpeechRecognitionEventArgs ,
9981 SpeechRecognitionResult ,
10082 SpeechRecognizer ,
10183 SpeechSynthesisBookmarkEventArgs ,
102- // SpeechSynthesisBoundaryType,
84+ SpeechSynthesisBoundaryType ,
10385 SpeechSynthesisEventArgs ,
10486 SpeechSynthesisOutputFormat ,
10587 SpeechSynthesisResult ,
@@ -108,11 +90,11 @@ export {
10890 SpeechSynthesizer ,
10991 SpeechTranslationConfig ,
11092 SpeechTranslationConfigImpl ,
111- // SynthesisResult,
112- // SynthesisVoiceGender,
113- // SynthesisVoicesResult,
114- // SynthesisVoiceType,
115- // Synthesizer,
93+ SynthesisResult ,
94+ SynthesisVoiceGender ,
95+ SynthesisVoicesResult ,
96+ SynthesisVoiceType ,
97+ Synthesizer ,
11698 TranslationRecognitionCanceledEventArgs ,
11799 TranslationRecognitionEventArgs ,
118100 TranslationRecognitionResult ,
@@ -122,14 +104,12 @@ export {
122104 TranslationSynthesisResult ,
123105 TurnStatusReceivedEventArgs ,
124106 User ,
125- // VoiceInfo,
126- VoiceProfile ,
127- VoiceProfileCancellationDetails ,
128- VoiceProfileClient ,
129- VoiceProfileEnrollmentCancellationDetails ,
130- VoiceProfileEnrollmentResult ,
131- // VoiceProfilePhraseResult,
132- VoiceProfileResult ,
133- VoiceProfileType
134- // type VoiceSignature
107+ VoiceInfo ,
108+ type CancellationEventArgs ,
109+ type ConversationInfo ,
110+ type IParticipant ,
111+ type IPlayer ,
112+ type IVoiceJson ,
113+ type MeetingInfo ,
114+ type VoiceSignature
135115} from 'microsoft-cognitiveservices-speech-sdk' ;
0 commit comments