UNPKG

@voice-ping/cognitive-services-speech

Version:

VoicePing Cognitive Services Speech SDK for JavaScript forked from Microsoft

13 lines (12 loc) 436 B
import { SynthesisStatus } from "../Exports"; export interface ITranslationSynthesisEnd { SynthesisStatus: SynthesisStatus; FailureReason: string; } export declare class TranslationSynthesisEnd implements ITranslationSynthesisEnd { private privSynthesisEnd; private constructor(); static fromJSON(json: string): TranslationSynthesisEnd; get SynthesisStatus(): SynthesisStatus; get FailureReason(): string; }