BodySpeechToTextV1SpeechToTextPost constructor

const BodySpeechToTextV1SpeechToTextPost({
  1. required String modelId,
  2. dynamic file,
  3. dynamic languageCode,
  4. bool? tagAudioEvents,
  5. dynamic numSpeakers,
  6. BodySpeechToTextV1SpeechToTextPostTimestampsGranularity? timestampsGranularity,
  7. bool? diarize,
  8. List<ExportOptions>? additionalFormats,
  9. BodySpeechToTextV1SpeechToTextPostFileFormat? fileFormat,
  10. dynamic cloudStorageUrl,
  11. bool? webhook,
})

Implementation

const BodySpeechToTextV1SpeechToTextPost({
  required this.modelId,
  this.file,
  this.languageCode,
  this.tagAudioEvents,
  this.numSpeakers,
  this.timestampsGranularity,
  this.diarize,
  this.additionalFormats,
  this.fileFormat,
  this.cloudStorageUrl,
  this.webhook,
});