DeAddressParserConfiguration class
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.
- Inheritance
-
- Object
- DocumentDataExtractorConfigurationElement
- DeAddressParserConfiguration
Constructors
-
DeAddressParserConfiguration({required List<
String> documentTypes, String binaryFileAddressDatabase = ""}) -
DeAddressParserConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- binaryFileAddressDatabase ↔ String
-
binary file with address database.
getter/setter pair
-
documentTypes
↔ List<
String> -
List of generic document formats for which German Address validation has to be applied.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
{ToJsonConfiguration? config}) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited