HtmlExportOptions constructor

const HtmlExportOptions({
  1. bool? includeSpeakers,
  2. bool? includeTimestamps,
  3. required String format,
  4. dynamic segmentOnSilenceLongerThanS,
  5. dynamic maxSegmentDurationS,
  6. dynamic maxSegmentChars,
})

Implementation

const HtmlExportOptions({
  this.includeSpeakers,
  this.includeTimestamps,
  required this.format,
  this.segmentOnSilenceLongerThanS,
  this.maxSegmentDurationS,
  this.maxSegmentChars,
});