Date validation configuration. This configuration element does not enable the scanning of any document types by itself. Add to recognizer configuration to require date validation checks for specific document types.

Hierarchy (view full)

Constructors

Properties

_type: "DateValidationConfiguration"
fieldTypeName: string

Name, FullName, or NormalizedName of field type for which the year bounds should be applied.

maxYear: number

Maximum year that is considered valid.

Default is 2999

minYear: number

Minimum year that is considered valid.

Default is 0