EpubCharacterPageCountEstimationOptions

data class EpubCharacterPageCountEstimationOptions(val audioElementWeight: Int = 50, val iframeElementWeight: Int = 50, val imageElementWeight: Int = 50, val videoElementWeight: Int = 50)

Constructors

Link copied to clipboard
fun EpubCharacterPageCountEstimationOptions(audioElementWeight: Int = 50, iframeElementWeight: Int = 50, imageElementWeight: Int = 50, videoElementWeight: Int = 50)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard

The number of characters each audio element should be counted as.

Link copied to clipboard

The number of characters each iframe element should be counted as.

Link copied to clipboard

The number of characters each image element should be counted as.

Link copied to clipboard

The number of characters each video element should be counted as.