Class AllowedLayouts

  • All Implemented Interfaces:

    
    public class AllowedLayouts
    
                        

    Specifies the document types to be scanned and optionally further specifies which types of layout are scanned per type.

    • Constructor Detail

      • AllowedLayouts

        AllowedLayouts()
    • Method Detail

      • getMrz

         List<String> getMrz()

        Sets a set of layouts to be included by the scanner. If none are set, every supported layout is included.

      • setMrz

         void setMrz(List<String> mrz)

        Sets a set of layouts to be included by the scanner. If none are set, every supported layout is included.

      • getDrivingLicense

         List<String> getDrivingLicense()

        Sets a set of layouts to be included by the scanner. If none are set, every supported layout is included.

      • setDrivingLicense

         void setDrivingLicense(List<String> drivingLicense)

        Sets a set of layouts to be included by the scanner. If none are set, every supported layout is included.

      • getIdFront

         List<String> getIdFront()

        Sets a set of layouts to be included by the scanner. If none are set, every supported layout is included.

      • setIdFront

         void setIdFront(List<String> idFront)

        Sets a set of layouts to be included by the scanner. If none are set, every supported layout is included.

      • getInsuranceCard

         List<String> getInsuranceCard()

        Sets a set of layouts to be included by the scanner. If none are set, every supported layout is included.

      • setInsuranceCard

         void setInsuranceCard(List<String> insuranceCard)

        Sets a set of layouts to be included by the scanner. If none are set, every supported layout is included.