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