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