GetSpeechSynthesisTaskOutput constructor

GetSpeechSynthesisTaskOutput({
  1. SynthesisTask? synthesisTask,
})

Implementation

GetSpeechSynthesisTaskOutput({
  this.synthesisTask,
});