microsoft-speech-browser-sdk
Version:
Microsoft Speech SDK for browsers
13 lines (10 loc) • 420 B
text/typescript
// IMPORTANT - Dont publish internal modules.
export * from "./CognitiveSubscriptionKeyAuthentication";
export * from "./CognitiveTokenAuthentication";
export * from "./IAuthentication";
export * from "./IConnectionFactory";
export * from "./RecognitionEvents";
export * from "./Recognizer";
export * from "./RecognizerConfig";
export * from "./SpeechResults";
export * from "./WebsocketMessageFormatter";