Table of Contents

Class CheckRecognizerConfiguration

Namespace
IO.Scanbot.Sdk.UI.View.Check.Configuration
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/check/configuration/CheckRecognizerConfiguration", DoNotGenerateAcw = true)]
public sealed class CheckRecognizerConfiguration : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
CheckRecognizerConfiguration
Implements
Inherited Members

Constructors

CheckRecognizerConfiguration()

[Register(".ctor", "()V", "")]
public CheckRecognizerConfiguration()

Properties

NativeParams

public CheckScannerNativeConfiguration NativeParams { get; }

Property Value

CheckScannerNativeConfiguration

Params

public CheckRecognizerJsonConfiguration Params { get; }

Property Value

CheckRecognizerJsonConfiguration

Methods

SetAcceptedCheckStandards(IList<RootDocumentType>)

[Register("setAcceptedCheckStandards", "(Ljava/util/ArrayList;)V", "")]
public void SetAcceptedCheckStandards(IList<RootDocumentType> acceptedCheckStandards)

Parameters

acceptedCheckStandards IList<RootDocumentType>

SetCameraModule(CameraModule)

[Register("setCameraModule", "(Lio/scanbot/sdk/camera/CameraModule;)V", "")]
public void SetCameraModule(CameraModule cameraModule)

Parameters

cameraModule CameraModule

SetCameraOverlayColor(int)

[Register("setCameraOverlayColor", "(I)V", "")]
public void SetCameraOverlayColor(int cameraOverlayColor)

Parameters

cameraOverlayColor int

SetCameraPreviewMode(CameraPreviewMode)

[Register("setCameraPreviewMode", "(Lio/scanbot/sdk/camera/CameraPreviewMode;)V", "")]
public void SetCameraPreviewMode(CameraPreviewMode cameraPreviewMode)

Parameters

cameraPreviewMode CameraPreviewMode

SetCancelButtonTitle(string)

[Register("setCancelButtonTitle", "(Ljava/lang/String;)V", "")]
public void SetCancelButtonTitle(string cancelButtonTitle)

Parameters

cancelButtonTitle string

SetCaptureHighResolutionImage(bool)

[Register("setCaptureHighResolutionImage", "(Z)V", "")]
public void SetCaptureHighResolutionImage(bool captureHighResolutionImage)

Parameters

captureHighResolutionImage bool

SetEnableCameraButtonTitle(string)

[Register("setEnableCameraButtonTitle", "(Ljava/lang/String;)V", "")]
public void SetEnableCameraButtonTitle(string enableCameraButtonTitle)

Parameters

enableCameraButtonTitle string

SetEnableCameraExplanationText(string)

[Register("setEnableCameraExplanationText", "(Ljava/lang/String;)V", "")]
public void SetEnableCameraExplanationText(string enableCameraExplanationText)

Parameters

enableCameraExplanationText string

SetFinderAspectRatio(AspectRatio)

[Register("setFinderAspectRatio", "(Lio/scanbot/sdk/AspectRatio;)V", "")]
public void SetFinderAspectRatio(AspectRatio finderAspectRatio)

Parameters

finderAspectRatio AspectRatio

SetFinderLineColor(int)

[Register("setFinderLineColor", "(I)V", "")]
public void SetFinderLineColor(int finderLineColor)

Parameters

finderLineColor int

SetFinderLineWidth(int)

[Register("setFinderLineWidth", "(I)V", "")]
public void SetFinderLineWidth(int finderLineWidth)

Parameters

finderLineWidth int

SetFlashEnabled(bool)

[Register("setFlashEnabled", "(Z)V", "")]
public void SetFlashEnabled(bool flashEnabled)

Parameters

flashEnabled bool

SetOrientationLockMode(CameraOrientationMode)

[Register("setOrientationLockMode", "(Lio/scanbot/sdk/ui/view/base/configuration/CameraOrientationMode;)V", "")]
public void SetOrientationLockMode(CameraOrientationMode cameraOrientationMode)

Parameters

cameraOrientationMode CameraOrientationMode

SetTopBarBackgroundColor(int)

[Register("setTopBarBackgroundColor", "(I)V", "")]
public void SetTopBarBackgroundColor(int topBarBackgroundColor)

Parameters

topBarBackgroundColor int

SetTopBarButtonsColor(int)

[Register("setTopBarButtonsColor", "(I)V", "")]
public void SetTopBarButtonsColor(int topBarButtonsColor)

Parameters

topBarButtonsColor int

SetTopBarButtonsInactiveColor(int)

[Register("setTopBarButtonsInactiveColor", "(I)V", "")]
public void SetTopBarButtonsInactiveColor(int topBarButtonsInactiveColor)

Parameters

topBarButtonsInactiveColor int

SetTouchToFocusEnabled(bool)

[Register("setTouchToFocusEnabled", "(Z)V", "")]
public void SetTouchToFocusEnabled(bool enabled)

Parameters

enabled bool

SetUseButtonsAllCaps(bool)

[Register("setUseButtonsAllCaps", "(Z)V", "")]
public void SetUseButtonsAllCaps(bool allCaps)

Parameters

allCaps bool

SetUserGuidanceBackgroundColor(int)

[Register("setUserGuidanceBackgroundColor", "(I)V", "")]
public void SetUserGuidanceBackgroundColor(int userGuidanceBackgroundColor)

Parameters

userGuidanceBackgroundColor int

SetUserGuidanceStrings(string, string, string, string)

[Register("setUserGuidanceStrings", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "")]
public void SetUserGuidanceStrings(string startScanning, string scanning, string capturing, string processing)

Parameters

startScanning string
scanning string
capturing string
processing string

SetUserGuidanceTextColor(int)

[Register("setUserGuidanceTextColor", "(I)V", "")]
public void SetUserGuidanceTextColor(int userGuidanceTextColor)

Parameters

userGuidanceTextColor int