Table of Contents

Class MedicalCertificateRecognizerConfiguration

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

Constructors

MedicalCertificateRecognizerConfiguration()

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

Properties

NativeParams

public MedicalCertificateScannerNativeConfiguration NativeParams { get; }

Property Value

MedicalCertificateScannerNativeConfiguration

Params

public MedicalCertificateRecognizerJsonConfiguration Params { get; }

Property Value

MedicalCertificateRecognizerJsonConfiguration

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

SetCancelButtonTitle(string)

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

Parameters

cancelButtonTitle string

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

SetErrorDialogAccentColor(int)

[Register("setErrorDialogAccentColor", "(I)V", "")]
public void SetErrorDialogAccentColor(int dialogAccentColor)

Parameters

dialogAccentColor int

SetErrorDialogMessage(string)

[Register("setErrorDialogMessage", "(Ljava/lang/String;)V", "")]
public void SetErrorDialogMessage(string message)

Parameters

message string

SetErrorDialogOkButtonFilled(bool)

[Register("setErrorDialogOkButtonFilled", "(Z)V", "")]
public void SetErrorDialogOkButtonFilled(bool buttonFilled)

Parameters

buttonFilled bool

SetErrorDialogOkButtonFilledTextColor(int)

[Register("setErrorDialogOkButtonFilledTextColor", "(I)V", "")]
public void SetErrorDialogOkButtonFilledTextColor(int textColor)

Parameters

textColor int

SetErrorDialogOkButtonTitle(string)

[Register("setErrorDialogOkButtonTitle", "(Ljava/lang/String;)V", "")]
public void SetErrorDialogOkButtonTitle(string title)

Parameters

title string

SetErrorDialogTitle(string)

[Register("setErrorDialogTitle", "(Ljava/lang/String;)V", "")]
public void SetErrorDialogTitle(string title)

Parameters

title 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

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

SetRecognizePatientInfo(bool)

[Register("setRecognizePatientInfo", "(Z)V", "")]
public void SetRecognizePatientInfo(bool isEnabled)

Parameters

isEnabled bool

SetReturnCroppedDocumentImage(bool)

[Register("setReturnCroppedDocumentImage", "(Z)V", "")]
public void SetReturnCroppedDocumentImage(bool isEnabled)

Parameters

isEnabled bool

SetShowFinderOverlay(bool)

[Register("setShowFinderOverlay", "(Z)V", "")]
public void SetShowFinderOverlay(bool show)

Parameters

show bool

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 cameraOpen, string scanning, string capturing, string processing)

Parameters

cameraOpen string
scanning string
capturing string
processing string

SetUserGuidanceTextColor(int)

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

Parameters

userGuidanceTextColor int