Skip to content

Commit 574dc1a

Browse files
committed
Fix exports
1 parent 9e60a74 commit 574dc1a

2 files changed

Lines changed: 56 additions & 95 deletions

File tree

Lines changed: 30 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,51 @@
1-
// Commented lines are for microsoft-cognitiveservices-speech-sdk@1.45.0.
2-
31
export {
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';
Lines changed: 26 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
// Commented lines are for microsoft-cognitiveservices-speech-sdk@1.45.0.
2-
31
export {
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,
@@ -30,30 +29,23 @@ export {
3029
ConversationTranscriber,
3130
ConversationTranscriptionCanceledEventArgs,
3231
ConversationTranscriptionEventArgs,
33-
// ConversationTranscriptionResult,
32+
ConversationTranscriptionResult,
3433
ConversationTranslationCanceledEventArgs,
3534
ConversationTranslationEventArgs,
3635
ConversationTranslationResult,
3736
ConversationTranslator,
38-
// Coordinate,
37+
Coordinate,
3938
CustomCommandsConfig,
40-
// Diagnostics,
39+
Diagnostics,
4140
DialogServiceConfig,
4241
DialogServiceConnector,
43-
IntentRecognitionCanceledEventArgs,
44-
IntentRecognitionEventArgs,
45-
IntentRecognitionResult,
46-
IntentRecognizer,
47-
// IVoiceJson,
4842
KeywordRecognitionModel,
49-
// LanguageIdMode,
50-
LanguageUnderstandingModel,
51-
// LogLevel,
52-
// Meeting,
53-
// MeetingInfo,
54-
// MeetingTranscriber,
55-
// MeetingTranscriptionCanceledEventArgs,
56-
// MeetingTranscriptionEventArgs,
43+
LanguageIdMode,
44+
LogLevel,
45+
Meeting,
46+
MeetingTranscriber,
47+
MeetingTranscriptionCanceledEventArgs,
48+
MeetingTranscriptionEventArgs,
5749
NoMatchDetails,
5850
NoMatchReason,
5951
OutputFormat,
@@ -79,22 +71,17 @@ export {
7971
ResultReason,
8072
ServiceEventArgs,
8173
ServicePropertyChannel,
74+
SessionEventArgs,
8275
SourceLanguageConfig,
8376
SpeakerAudioDestination,
84-
SpeakerIdentificationModel,
85-
SpeakerRecognitionCancellationDetails,
86-
SpeakerRecognitionResult,
87-
SpeakerRecognitionResultType,
88-
SpeakerRecognizer,
89-
SpeakerVerificationModel,
9077
SpeechConfig,
9178
SpeechConfigImpl,
9279
SpeechRecognitionCanceledEventArgs,
9380
SpeechRecognitionEventArgs,
9481
SpeechRecognitionResult,
9582
SpeechRecognizer,
9683
SpeechSynthesisBookmarkEventArgs,
97-
// SpeechSynthesisBoundaryType,
84+
SpeechSynthesisBoundaryType,
9885
SpeechSynthesisEventArgs,
9986
SpeechSynthesisOutputFormat,
10087
SpeechSynthesisResult,
@@ -103,11 +90,11 @@ export {
10390
SpeechSynthesizer,
10491
SpeechTranslationConfig,
10592
SpeechTranslationConfigImpl,
106-
// SynthesisResult,
107-
// SynthesisVoiceGender,
108-
// SynthesisVoicesResult,
109-
// SynthesisVoiceType,
110-
// Synthesizer,
93+
SynthesisResult,
94+
SynthesisVoiceGender,
95+
SynthesisVoicesResult,
96+
SynthesisVoiceType,
97+
Synthesizer,
11198
TranslationRecognitionCanceledEventArgs,
11299
TranslationRecognitionEventArgs,
113100
TranslationRecognitionResult,
@@ -117,18 +104,12 @@ export {
117104
TranslationSynthesisResult,
118105
TurnStatusReceivedEventArgs,
119106
User,
120-
// VoiceInfo,
121-
VoiceProfile,
122-
VoiceProfileCancellationDetails,
123-
VoiceProfileClient,
124-
VoiceProfileEnrollmentCancellationDetails,
125-
VoiceProfileEnrollmentResult,
126-
// VoiceProfilePhraseResult,
127-
VoiceProfileResult,
128-
VoiceProfileType,
107+
VoiceInfo,
129108
type CancellationEventArgs,
130109
type ConversationInfo,
131110
type IParticipant,
132111
type IPlayer,
112+
type IVoiceJson,
113+
type MeetingInfo,
133114
type VoiceSignature
134115
} from 'microsoft-cognitiveservices-speech-sdk/distrib/lib/src/sdk/Exports.js';

0 commit comments

Comments
 (0)