Epub Character Page Count Estimation Options
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)