UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
8 lines (7 loc) 288 B
import { CancellationEventArgsBase } from "./CancellationEventArgsBase.js"; /** * Defines content of a MeetingTranscriptionCanceledEvent. * @class MeetingTranscriptionCanceledEventArgs */ export declare class MeetingTranscriptionCanceledEventArgs extends CancellationEventArgsBase { }