AdditionalProcessingInfo class

Represents additional info on processing. Information about missing fields, invalid characters, extra presented fields for each document field and image extraction failures can be obtained.

Constructors

AdditionalProcessingInfo(Map<String, dynamic> nativeAdditionalProcessingInfo)

Properties

extraPresentFields List<FieldType>?
List of fields that weren't expected on the document but were present.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageExtractionFailures List<ImageExtractionType>?
List of failed image extractions.
getter/setter pair
invalidCharacterFields List<FieldType>?
List of fields that contained characters which were not expected in that field.
getter/setter pair
missingMandatoryFields List<FieldType>?
List of fields that were expected on the document but were missing.
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited