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