Class ResultAccumulationConfig

  • All Implemented Interfaces:

    
    public final class ResultAccumulationConfig
    
                        

    Configuration of the result accumulation for generic document recognition

    • Constructor Detail

      • ResultAccumulationConfig

        ResultAccumulationConfig(Integer minConfirmations, Float minConfidenceForStableField, Integer autoClearThreshold)
    • Method Detail

      • getMinConfirmations

         final Integer getMinConfirmations()

        Number of identical results required to consider a field confirmed. By default - 3.

      • getAutoClearThreshold

         final Integer getAutoClearThreshold()

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