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