Class DocumentScannerNativeConfiguration
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class DocumentScannerNativeConfiguration implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private Long
delayAfterFocusCompleteMs
private Boolean
drawPolygonShadows
private Boolean
shutterSoundEnabled
private Boolean
forceMaxSnappingSize
private Integer
hardwareSnapButton
private ParametricFilter
defaultPageParametricFilter
-
Constructor Summary
Constructors Constructor Description DocumentScannerNativeConfiguration(Long delayAfterFocusCompleteMs, Boolean drawPolygonShadows, Boolean shutterSoundEnabled, Boolean forceMaxSnappingSize, Integer hardwareSnapButton, ParametricFilter defaultPageParametricFilter)
-
Method Summary
Modifier and Type Method Description final Long
getDelayAfterFocusCompleteMs()
final Unit
setDelayAfterFocusCompleteMs(Long delayAfterFocusCompleteMs)
final Boolean
getDrawPolygonShadows()
final Unit
setDrawPolygonShadows(Boolean drawPolygonShadows)
final Boolean
getShutterSoundEnabled()
final Unit
setShutterSoundEnabled(Boolean shutterSoundEnabled)
final Boolean
getForceMaxSnappingSize()
final Unit
setForceMaxSnappingSize(Boolean forceMaxSnappingSize)
final Integer
getHardwareSnapButton()
final Unit
setHardwareSnapButton(Integer hardwareSnapButton)
final ParametricFilter
getDefaultPageParametricFilter()
final Unit
setDefaultPageParametricFilter(ParametricFilter defaultPageParametricFilter)
-
-
Method Detail
-
getDelayAfterFocusCompleteMs
final Long getDelayAfterFocusCompleteMs()
-
setDelayAfterFocusCompleteMs
final Unit setDelayAfterFocusCompleteMs(Long delayAfterFocusCompleteMs)
-
getDrawPolygonShadows
final Boolean getDrawPolygonShadows()
-
setDrawPolygonShadows
final Unit setDrawPolygonShadows(Boolean drawPolygonShadows)
-
getShutterSoundEnabled
final Boolean getShutterSoundEnabled()
-
setShutterSoundEnabled
final Unit setShutterSoundEnabled(Boolean shutterSoundEnabled)
-
getForceMaxSnappingSize
final Boolean getForceMaxSnappingSize()
-
setForceMaxSnappingSize
final Unit setForceMaxSnappingSize(Boolean forceMaxSnappingSize)
-
getHardwareSnapButton
final Integer getHardwareSnapButton()
-
setHardwareSnapButton
final Unit setHardwareSnapButton(Integer hardwareSnapButton)
-
getDefaultPageParametricFilter
final ParametricFilter getDefaultPageParametricFilter()
-
setDefaultPageParametricFilter
final Unit setDefaultPageParametricFilter(ParametricFilter defaultPageParametricFilter)
-
-
-
-