ReadingTimeEstimatorScope

Scope for configuring a ReadingTimeEstimator using the Kotlin DSL.

Provides a minimal set of configuration functions for setting text, reading speed, suffixes, image handling, and rounding behavior. Only the public DSL surface is exposed; implementation details remain internal.

Functions

Link copied to clipboard
abstract fun excludeImages(value: Boolean)
Link copied to clipboard
abstract fun extraSeconds(value: Int)
Link copied to clipboard
abstract fun pluralSuffix(value: String)
Link copied to clipboard
abstract fun roundingMode(value: RoundingMode)
Link copied to clipboard
abstract fun suffix(value: String)
Link copied to clipboard
abstract fun suffixes(singular: String, plural: String)
Link copied to clipboard
abstract fun text(value: String)
Link copied to clipboard
abstract fun wpm(value: Int)