UNPKG

@voice-ping/cognitive-services-speech

Version:

VoicePing Cognitive Services Speech SDK for JavaScript forked from Microsoft

15 lines (13 loc) 880 B
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. // Multi-device Conversation is a Preview feature. export { Conversation } from "./Conversation"; export { ConversationExpirationEventArgs } from "./ConversationExpirationEventArgs"; export { ConversationParticipantsChangedEventArgs } from "./ConversationParticipantsChangedEventArgs"; export { ConversationTranslationCanceledEventArgs } from "./ConversationTranslationCanceledEventArgs"; export { ConversationTranslationEventArgs } from "./ConversationTranslationEventArgs"; export { ConversationTranslationResult } from "./ConversationTranslationResult"; export { ConversationTranslator } from "./ConversationTranslator"; export { Participant, User } from "./IParticipant"; export { ParticipantChangedReason } from "./ParticipantChangedReason"; //# sourceMappingURL=Exports.js.map