-
public final class ScannerConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final FileTypefileTypesprivate final ScanModemodeprivate final BooleanisAutoEnabledprivate final Integerqualityprivate final IntegerprimaryColorprivate final OcrModeocrModeprivate final BooleanisIdCardprivate final BooleanisBackImageRequiredprivate final StringdocumentNameprivate final IntegerprimaryTextColor
-
Method Summary
Modifier and Type Method Description final FileTypegetFileTypes()final ScanModegetMode()final BooleangetIsAutoEnabled()final IntegergetQuality()final IntegergetPrimaryColor()final OcrModegetOcrMode()final BooleangetIsIdCard()final BooleangetIsBackImageRequired()final StringgetDocumentName()final IntegergetPrimaryTextColor()-
-
Method Detail
-
getFileTypes
final FileType getFileTypes()
-
getIsAutoEnabled
final Boolean getIsAutoEnabled()
-
getQuality
final Integer getQuality()
-
getPrimaryColor
final Integer getPrimaryColor()
-
getOcrMode
final OcrMode getOcrMode()
-
getIsIdCard
final Boolean getIsIdCard()
-
getIsBackImageRequired
final Boolean getIsBackImageRequired()
-
getDocumentName
final String getDocumentName()
-
getPrimaryTextColor
final Integer getPrimaryTextColor()
-
-
-
-