Package-level declarations
A Kotlin/Java library to Estimate the Reading Time of Blog Posts, Articles, etc.
Types
Link copied to clipboard
class ReadingTime @JvmOverloads constructor(text: String, wpm: Int = DEFAULT_WPM, suffix: String = DEFAULT_SUFFIX, pluralSuffix: String = DEFAULT_PLURAL_SUFFIX, excludeImages: Boolean = false, extraSeconds: Int = 0, roundingMode: RoundingMode = DEFAULT_ROUNDING_MODE)
Computes the estimated reading time for a block of text.
Link copied to clipboard
class ReadingTimeConfig
Immutable configuration for computing reading time.
Link copied to clipboard
class ReadingTimeEstimator
Java‑friendly wrapper around ReadingTime.
Link copied to clipboard
Link copied to clipboard
interface ReadingTimeEstimatorScope
Scope for configuring a ReadingTimeEstimator using the Kotlin DSL.
Functions
Link copied to clipboard
Creates a ReadingTimeEstimator using a Kotlin DSL.