Class SBSDKMedicalCertificatePatientInfoField
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKMedicalCertificatePatientInfoField : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKMedicalCertificatePatientInfoField
- Implements
-
INSCopying
INativeObject
Constructors
SBSDKMedicalCertificatePatientInfoField(NSObjectFlag)
protected SBSDKMedicalCertificatePatientInfoField(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKMedicalCertificatePatientInfoField(NativeHandle)
protected SBSDKMedicalCertificatePatientInfoField(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKMedicalCertificatePatientInfoField(SBSDKMedicalCertificatePatientInfoFieldType, string, double)
public SBSDKMedicalCertificatePatientInfoField(SBSDKMedicalCertificatePatientInfoFieldType type, string value, double recognitionConfidence)
Parameters
type
SBSDKMedicalCertificatePatientInfoFieldType
value
string
recognitionConfidence
double
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
RecognitionConfidence
public virtual double RecognitionConfidence { get; }
Property Value
- double
Type
public virtual SBSDKMedicalCertificatePatientInfoFieldType Type { get; }
Property Value
- SBSDKMedicalCertificatePatientInfoFieldType
Value
public virtual string Value { get; }
Property Value
- string
Methods
Copy(NSZone?)
public virtual NSObject Copy(NSZone? zone)
Parameters
zone
NSZone
Returns
- NSObject
FromJsonWithJson(string)
public static SBSDKMedicalCertificatePatientInfoField? FromJsonWithJson(string json)
Parameters
json
string
Returns
- SBSDKMedicalCertificatePatientInfoField
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