UNPKG

@voice-ping/cognitive-services-speech

Version:

VoicePing Cognitive Services Speech SDK for JavaScript forked from Microsoft

10 lines (8 loc) 718 B
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. export { ConversationManager } from "./ConversationManager"; export { ConversationTranslatorRecognizer } from "./ConversationTranslatorRecognizer"; export { ConversationConnectionConfig } from "./ConversationConnectionConfig"; export { ConversationReceivedTranslationEventArgs, LockRoomEventArgs, MuteAllEventArgs, ParticipantAttributeEventArgs, ParticipantEventArgs, ParticipantsListEventArgs } from "./ConversationTranslatorEventArgs"; export { ConversationTranslatorCommandTypes, ConversationTranslatorMessageTypes, InternalParticipants } from "./ConversationTranslatorInterfaces"; //# sourceMappingURL=Exports.js.map