microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 692 B
Source Map (JSON)
{"version":3,"sources":["src/sdk/MeetingTranscriptionCanceledEventArgs.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,yBAAyB,EAC5B,MAAM,gCAAgC,CAAC;AAExC;;;GAGG;AACH,qBAAa,qCAAsC,SAAQ,yBAAyB;CACnF","file":"MeetingTranscriptionCanceledEventArgs.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT license.\r\n\r\nimport {\r\n CancellationEventArgsBase,\r\n} from \"./CancellationEventArgsBase.js\";\r\n\r\n/**\r\n * Defines content of a MeetingTranscriptionCanceledEvent.\r\n * @class MeetingTranscriptionCanceledEventArgs\r\n */\r\nexport class MeetingTranscriptionCanceledEventArgs extends CancellationEventArgsBase {\r\n}\r\n"]}