DocumentDataExtractorCommonConfiguration

data class DocumentDataExtractorCommonConfiguration(var acceptedDocumentTypes: List<String> = listOf( "DeIdCardFront", "DeIdCardBack", "DeHealthInsuranceCardFront", "DePassport", "DeResidencePermitFront", "DeResidencePermitBack", "EuropeanHealthInsuranceCard", "EuropeanDriverLicenseFront", "EuropeanDriverLicenseBack" )) : DocumentDataExtractorConfigurationElement, Parcelable

Convenience configuration element for enabling the scanning of multiple document types with a common configuration. Add to extractor configuration to enable the scanning of multiple document types.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(acceptedDocumentTypes: List<String> = listOf( "DeIdCardFront", "DeIdCardBack", "DeHealthInsuranceCardFront", "DePassport", "DeResidencePermitFront", "DeResidencePermitBack", "EuropeanHealthInsuranceCard", "EuropeanDriverLicenseFront", "EuropeanDriverLicenseBack" ))

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val _type: String
Link copied to clipboard

List of document types to scan. By default, the list is empty.

Functions

Link copied to clipboard
Link copied to clipboard
open override fun toJson(config: ToJsonConfiguration): JSONObject