Settings constructor

Settings({
  1. bool? channelIdentification,
  2. int? maxAlternatives,
  3. int? maxSpeakerLabels,
  4. bool? showAlternatives,
  5. bool? showSpeakerLabels,
  6. VocabularyFilterMethod? vocabularyFilterMethod,
  7. String? vocabularyFilterName,
  8. String? vocabularyName,
})

Implementation

Settings({
  this.channelIdentification,
  this.maxAlternatives,
  this.maxSpeakerLabels,
  this.showAlternatives,
  this.showSpeakerLabels,
  this.vocabularyFilterMethod,
  this.vocabularyFilterName,
  this.vocabularyName,
});