DocumentDataExtractionProgressConfiguration

data class DocumentDataExtractionProgressConfiguration(var enabled: Boolean = true, var progressColor: ScanbotColor = ScanbotColor("#40A9FF", isArgb = false), var animationDuration: Int = 1000) : Parcelable

Configuration of visualization of the scanning progress - indeterminate progress.

Constructors

constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(enabled: Boolean = true, progressColor: ScanbotColor = ScanbotColor("#40A9FF", isArgb = false), animationDuration: Int = 1000)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The duration of a single scanning progress cycle animation in milliseconds.

Link copied to clipboard

Enable or disable the scanning progress visualization.

Link copied to clipboard

The color of the scanning progress.

Functions

Link copied to clipboard
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject