Class MedicalCertificateScanningParameters
- Namespace
- IO.Scanbot.Sdk.MC
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class MedicalCertificateScanningParameters : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
MedicalCertificateScanningParameters
- Implements
-
Constructors
MedicalCertificateScanningParameters()
public MedicalCertificateScanningParameters()
MedicalCertificateScanningParameters(JSONObject)
public MedicalCertificateScanningParameters(JSONObject json)
Parameters
json JSONObject
MedicalCertificateScanningParameters(bool, bool, bool, bool, bool)
public MedicalCertificateScanningParameters(bool shouldCropDocument, bool recognizePatientInfoBox, bool recognizeBarcode, bool extractCroppedImage, bool preprocessInput)
Parameters
shouldCropDocument bool
recognizePatientInfoBox bool
recognizeBarcode bool
extractCroppedImage bool
preprocessInput bool
MedicalCertificateScanningParameters(IDictionary<string, Object>)
public MedicalCertificateScanningParameters(IDictionary<string, Object> source)
Parameters
source IDictionary<string, Object>
Properties
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
public bool ExtractCroppedImage { get; set; }
Property Value
- bool
public bool PreprocessInput { get; set; }
Property Value
- bool
RecognizeBarcode
public bool RecognizeBarcode { get; set; }
Property Value
- bool
RecognizePatientInfoBox
public bool RecognizePatientInfoBox { get; set; }
Property Value
- bool
ShouldCropDocument
public bool ShouldCropDocument { get; set; }
Property Value
- bool
Methods
Component1()
Returns
- bool
Component2()
Returns
- bool
Component3()
Returns
- bool
Component4()
Returns
- bool
Component5()
Returns
- bool
Copy(bool, bool, bool, bool, bool)
public MedicalCertificateScanningParameters Copy(bool shouldCropDocument, bool recognizePatientInfoBox, bool recognizeBarcode, bool extractCroppedImage, bool preprocessInput)
Parameters
shouldCropDocument bool
recognizePatientInfoBox bool
recognizeBarcode bool
extractCroppedImage bool
preprocessInput bool
Returns
- MedicalCertificateScanningParameters
Default()
public static MedicalCertificateScanningParameters Default()
Returns
- MedicalCertificateScanningParameters
DescribeContents()
public int DescribeContents()
Returns
- int
ToJson(ToJsonConfiguration)
public JSONObject ToJson(ToJsonConfiguration config)
Parameters
config ToJsonConfiguration
Returns
- JSONObject
WriteToParcel(Parcel, ParcelableWriteFlags)
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out Parcel
flags ParcelableWriteFlags