GoogleCloudVideointelligenceV1SpeechTranscriptionConfig constructor

GoogleCloudVideointelligenceV1SpeechTranscriptionConfig({
  1. List<int>? audioTracks,
  2. int? diarizationSpeakerCount,
  3. bool? enableAutomaticPunctuation,
  4. bool? enableSpeakerDiarization,
  5. bool? enableWordConfidence,
  6. bool? filterProfanity,
  7. String? languageCode,
  8. int? maxAlternatives,
  9. List<GoogleCloudVideointelligenceV1SpeechContext>? speechContexts,
})

Implementation

GoogleCloudVideointelligenceV1SpeechTranscriptionConfig({
  this.audioTracks,
  this.diarizationSpeakerCount,
  this.enableAutomaticPunctuation,
  this.enableSpeakerDiarization,
  this.enableWordConfidence,
  this.filterProfanity,
  this.languageCode,
  this.maxAlternatives,
  this.speechContexts,
});