DeAddressParserConfiguration

data class DeAddressParserConfiguration(var documentTypes: List<String>, var binaryFileAddressDatabase: String = "") : DocumentDataExtractorConfigurationElement, Parcelable

German Address Field validation configuration. This configuration does not enable the scanning of any document types by itself. Add to recognizer configuration to require German Address validation checks for specific document types.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(documentTypes: List<String>, binaryFileAddressDatabase: String = "")

Properties

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

binary file with address database.

Link copied to clipboard

List of generic document formats for which German Address validation has to be applied.

Functions

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