Class SBSDKMedicalCertificateScanningParameters
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKMedicalCertificateScanningParameters : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKMedicalCertificateScanningParameters
- Implements
-
INSCopying
INativeObject
Constructors
SBSDKMedicalCertificateScanningParameters()
public SBSDKMedicalCertificateScanningParameters()
SBSDKMedicalCertificateScanningParameters(NSObjectFlag)
protected SBSDKMedicalCertificateScanningParameters(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKMedicalCertificateScanningParameters(NativeHandle)
protected SBSDKMedicalCertificateScanningParameters(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKMedicalCertificateScanningParameters(bool, bool, bool, bool, bool)
public SBSDKMedicalCertificateScanningParameters(bool shouldCropDocument, bool recognizePatientInfoBox, bool recognizeBarcode, bool extractCroppedImage, bool preprocessInput)
Parameters
shouldCropDocument
bool
recognizePatientInfoBox
bool
recognizeBarcode
bool
extractCroppedImage
bool
preprocessInput
bool
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
public virtual bool ExtractCroppedImage { get; set; }
Property Value
- bool
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
public virtual bool PreprocessInput { get; set; }
Property Value
- bool
RecognizeBarcode
public virtual bool RecognizeBarcode { get; set; }
Property Value
- bool
RecognizePatientInfoBox
public virtual bool RecognizePatientInfoBox { get; set; }
Property Value
- bool
ShouldCropDocument
public virtual bool ShouldCropDocument { get; set; }
Property Value
- bool
Methods
Copy(NSZone?)
public virtual NSObject Copy(NSZone? zone)
Parameters
zone
NSZone
Returns
- NSObject
FromJsonWithJson(string)
public static SBSDKMedicalCertificateScanningParameters? FromJsonWithJson(string json)
Parameters
json
string
Returns
- SBSDKMedicalCertificateScanningParameters
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool
ToJsonWithConfiguration(SBSDKToJSONConfiguration)
public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)
Parameters
configuration
SBSDKToJSONConfiguration
Returns
- string