Class LicensePlateScannerConfiguration
- Namespace
- IO.Scanbot.Sdk.UI.View.Licenseplate.Configuration
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/licenseplate/configuration/LicensePlateScannerConfiguration", DoNotGenerateAcw = true)]
public sealed class LicensePlateScannerConfiguration : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
LicensePlateScannerConfiguration
- Implements
-
- Inherited Members
-
Constructors
LicensePlateScannerConfiguration()
[Register(".ctor", "()V", "")]
public LicensePlateScannerConfiguration()
LicensePlateScannerConfiguration(LicensePlateScannerJsonConfiguration, LicensePlateScannerNativeConfiguration)
[Register(".ctor", "(Lio/scanbot/sdk/ui/view/licenseplate/configuration/json/LicensePlateScannerJsonConfiguration;Lio/scanbot/sdk/ui/view/licenseplate/configuration/json/LicensePlateScannerNativeConfiguration;)V", "")]
public LicensePlateScannerConfiguration(LicensePlateScannerJsonConfiguration @params, LicensePlateScannerNativeConfiguration nativeParams)
Parameters
params
LicensePlateScannerJsonConfiguration
nativeParams
LicensePlateScannerNativeConfiguration
Properties
NativeParams
public LicensePlateScannerNativeConfiguration NativeParams { get; }
Property Value
- LicensePlateScannerNativeConfiguration
Params
public LicensePlateScannerJsonConfiguration Params { get; }
Property Value
- LicensePlateScannerJsonConfiguration
Methods
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
[Register("setCancelButtonIcon", "(I)V", "")]
public void SetCancelButtonIcon(int cancelButtonIcon)
Parameters
cancelButtonIcon
int
[Register("setCancelButtonTitle", "(Ljava/lang/String;)V", "")]
public void SetCancelButtonTitle(string cancelButtonTitle)
Parameters
cancelButtonTitle
string
SetConfirmationDialogAccentColor(int)
[Register("setConfirmationDialogAccentColor", "(I)V", "")]
public void SetConfirmationDialogAccentColor(int dialogAccentColor)
Parameters
dialogAccentColor
int
[Register("setConfirmationDialogConfirmButtonFilled", "(Z)V", "")]
public void SetConfirmationDialogConfirmButtonFilled(bool buttonFilled)
Parameters
buttonFilled
bool
SetConfirmationDialogConfirmButtonFilledTextColor(int)
[Register("setConfirmationDialogConfirmButtonFilledTextColor", "(I)V", "")]
public void SetConfirmationDialogConfirmButtonFilledTextColor(int textColor)
Parameters
textColor
int
[Register("setConfirmationDialogConfirmButtonTitle", "(Ljava/lang/String;)V", "")]
public void SetConfirmationDialogConfirmButtonTitle(string confirmButton)
Parameters
confirmButton
string
SetConfirmationDialogMessage(string)
[Register("setConfirmationDialogMessage", "(Ljava/lang/String;)V", "")]
public void SetConfirmationDialogMessage(string message)
Parameters
message
string
[Register("setConfirmationDialogRetryButtonTitle", "(Ljava/lang/String;)V", "")]
public void SetConfirmationDialogRetryButtonTitle(string retryButton)
Parameters
retryButton
string
SetConfirmationDialogTitle(string)
[Register("setConfirmationDialogTitle", "(Ljava/lang/String;)V", "")]
public void SetConfirmationDialogTitle(string title)
Parameters
title
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
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
SetFinderTextHint(string)
[Register("setFinderTextHint", "(Ljava/lang/String;)V", "")]
public void SetFinderTextHint(string finderTextHint)
Parameters
finderTextHint
string
SetFinderTextHintColor(int)
[Register("setFinderTextHintColor", "(I)V", "")]
public void SetFinderTextHintColor(int finderTextHintColor)
Parameters
finderTextHintColor
int
SetFlashEnabled(bool)
[Register("setFlashEnabled", "(Z)V", "")]
public void SetFlashEnabled(bool flashEnabled)
Parameters
flashEnabled
bool
SetMaximumNumberOfAccumulatedFrames(int)
[Register("setMaximumNumberOfAccumulatedFrames", "(I)V", "")]
public void SetMaximumNumberOfAccumulatedFrames(int numberOfFrames)
Parameters
numberOfFrames
int
SetMinNumberOfRequiredFramesWithEqualRecognitionResult(int)
[Register("setMinNumberOfRequiredFramesWithEqualRecognitionResult", "(I)V", "")]
public void SetMinNumberOfRequiredFramesWithEqualRecognitionResult(int numberOfFrames)
Parameters
numberOfFrames
int
SetOrientationLockMode(CameraOrientationMode)
[Register("setOrientationLockMode", "(Lio/scanbot/sdk/ui/view/base/configuration/CameraOrientationMode;)V", "")]
public void SetOrientationLockMode(CameraOrientationMode cameraOrientationMode)
Parameters
cameraOrientationMode
CameraOrientationMode
SetScanStrategy(LicensePlateScanStrategy)
[Register("setScanStrategy", "(Lio/scanbot/sdk/licenseplate/LicensePlateScanStrategy;)V", "")]
public void SetScanStrategy(LicensePlateScanStrategy scanStrategy)
Parameters
scanStrategy
LicensePlateScanStrategy
SetSignificantShakeDelay(long)
[Register("setSignificantShakeDelay", "(J)V", "")]
public void SetSignificantShakeDelay(long significantShakeDelay)
Parameters
significantShakeDelay
long
SetTopBarBackgroundColor(int)
[Register("setTopBarBackgroundColor", "(I)V", "")]
public void SetTopBarBackgroundColor(int topBarBackgroundColor)
Parameters
topBarBackgroundColor
int
[Register("setTopBarButtonsColor", "(I)V", "")]
public void SetTopBarButtonsColor(int topBarButtonsColor)
Parameters
topBarButtonsColor
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
[Register("setUseButtonsAllCaps", "(Z)V", "")]
public void SetUseButtonsAllCaps(bool allCaps)
Parameters
allCaps
bool