interface StartSpeechSynthesisTaskOutput {
    SynthesisTask?: SynthesisTask;
}

Hierarchy (view full)

Properties

Properties

SynthesisTask?: SynthesisTask

SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task.