Class ResultAccumulationConfiguration

Configuration for how to accumulate results.

Hierarchy

Constructors

Properties

autoClearThreshold: number

Will auto-clear the cache if this number of frames have been a different document type or empty.

Default Value

4;
confirmationMethod: ConfirmationMethod

Method used to confirm a result.

Default Value

"EXACT";
minConfidenceForStableField: number

Minimum confidence required to consider a field confirmed.

Default Value

0.8;
minConfirmations: number

Number of confirmations required to consider a result confirmed (see ConfirmationMethod). Requiring more confirmations will increase the reliability of the result but also the time to gather enough confirmations.

Default Value

3;

Generated using TypeDoc