UNPKG

microsoft-cognitiveservices-speech-sdk

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