MedicalTranscriptionSetting constructor

MedicalTranscriptionSetting({
  1. bool? channelIdentification,
  2. int? maxAlternatives,
  3. int? maxSpeakerLabels,
  4. bool? showAlternatives,
  5. bool? showSpeakerLabels,
  6. String? vocabularyName,
})

Implementation

MedicalTranscriptionSetting({
  this.channelIdentification,
  this.maxAlternatives,
  this.maxSpeakerLabels,
  this.showAlternatives,
  this.showSpeakerLabels,
  this.vocabularyName,
});