VoiceSelectionParams constructor

VoiceSelectionParams({
  1. String? name,
  2. SsmlVoiceGender? ssmlGender,
})

Description of which voice to use for speech synthesis.

Implementation

VoiceSelectionParams({
  this.name,
  this.ssmlGender,
});