StartSpeechSynthesisTaskOutput constructor

StartSpeechSynthesisTaskOutput({
  1. SynthesisTask? synthesisTask,
})

Implementation

StartSpeechSynthesisTaskOutput({
  this.synthesisTask,
});