interface GetSpeechSynthesisTaskOutput {
    SynthesisTask?: SynthesisTask;
}

Hierarchy (view full)

Properties

Properties

SynthesisTask?: SynthesisTask

SynthesisTask object that provides information from the requested task, including output format, creation time, task status, and so on.