Class FinderDocumentScannerNativeConfiguration
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class FinderDocumentScannerNativeConfiguration implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private LongdelayAfterFocusCompleteMsprivate BooleandrawPolygonShadowsprivate BooleanshutterSoundEnabledprivate BooleanforceMaxSnappingSizeprivate IntegerhardwareSnapButton
-
Method Summary
Modifier and Type Method Description final LonggetDelayAfterFocusCompleteMs()final UnitsetDelayAfterFocusCompleteMs(Long delayAfterFocusCompleteMs)final BooleangetDrawPolygonShadows()final UnitsetDrawPolygonShadows(Boolean drawPolygonShadows)final BooleangetShutterSoundEnabled()final UnitsetShutterSoundEnabled(Boolean shutterSoundEnabled)final BooleangetForceMaxSnappingSize()final UnitsetForceMaxSnappingSize(Boolean forceMaxSnappingSize)final IntegergetHardwareSnapButton()final UnitsetHardwareSnapButton(Integer hardwareSnapButton)-
-
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)
-
-
-
-