DocumentNumberAnonymizationSettings class
DocumentNumberAnonymizationSettings is implemented with ClassAnonymizationSettings class. It can partially anonymize the document number from the scanned document.
- Annotations
-
- @JsonSerializable()
Constructors
- DocumentNumberAnonymizationSettings()
-
DocumentNumberAnonymizationSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- prefixDigitsVisible ↔ int?
-
Set how many digits will be visible at the beggining of the document number. */
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suffixDigitsVisible ↔ int?
-
Set how many digits will be visible at the end of the document number. */
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited