Class DateValidationConfiguration

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

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 Value

2999;
minYear: number

Minimum year that is considered valid.

Default Value

0;

Generated using TypeDoc