DocxExportOptions class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

DocxExportOptions({bool? includeSpeakers, bool? includeTimestamps, required String format, dynamic segmentOnSilenceLongerThanS, dynamic maxSegmentDurationS, dynamic maxSegmentChars})
const
DocxExportOptions.fromJson(Map<String, dynamic> json)
factory

Properties

format String
final
hashCode int
The hash code for this object.
no setteroverride
includeSpeakers bool?
final
includeTimestamps bool?
final
maxSegmentChars → dynamic
final
maxSegmentDurationS → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segmentOnSilenceLongerThanS → dynamic
final

Methods

copyWith({bool? includeSpeakers, bool? includeTimestamps, String? format, dynamic segmentOnSilenceLongerThanS, dynamic maxSegmentDurationS, dynamic maxSegmentChars}) DocxExportOptions

Available on DocxExportOptions, provided by the $DocxExportOptionsExtension extension

copyWithWrapped({Wrapped<bool?>? includeSpeakers, Wrapped<bool?>? includeTimestamps, Wrapped<String>? format, Wrapped? segmentOnSilenceLongerThanS, Wrapped? maxSegmentDurationS, Wrapped? maxSegmentChars}) DocxExportOptions

Available on DocxExportOptions, provided by the $DocxExportOptionsExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

fromJsonFactory → const DocxExportOptions Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(DocxExportOptions instance)