UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
12 lines (10 loc) 563 B
"use strict"; // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. Object.defineProperty(exports, "__esModule", { value: true }); exports.SpeechRecognitionCanceledEventArgs = void 0; const CancellationEventArgsBase_js_1 = require("./CancellationEventArgsBase.js"); class SpeechRecognitionCanceledEventArgs extends CancellationEventArgsBase_js_1.CancellationEventArgsBase { } exports.SpeechRecognitionCanceledEventArgs = SpeechRecognitionCanceledEventArgs; //# sourceMappingURL=SpeechRecognitionCanceledEventArgs.js.map