Class SBSDKDocumentDetectionScores
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKDocumentDetectionScores : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKDocumentDetectionScores
- Implements
-
INSCopying
INativeObject
Constructors
SBSDKDocumentDetectionScores(NSObjectFlag)
protected SBSDKDocumentDetectionScores(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKDocumentDetectionScores(NativeHandle)
protected SBSDKDocumentDetectionScores(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKDocumentDetectionScores(double, double, double, double, double, double, double, double)
public SBSDKDocumentDetectionScores(double totalScore, double distanceScore, double angleScore, double sizeScore, double aspectRatioScore, double lineCoverageScore, double widthScore, double heightScore)
Parameters
totalScore
double
distanceScore
double
angleScore
double
sizeScore
double
aspectRatioScore
double
lineCoverageScore
double
widthScore
double
heightScore
double
Properties
AngleScore
public virtual double AngleScore { get; }
Property Value
- double
AspectRatioScore
public virtual double AspectRatioScore { get; }
Property Value
- double
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
DistanceScore
public virtual double DistanceScore { get; }
Property Value
- double
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
HeightScore
public virtual double HeightScore { get; }
Property Value
- double
LineCoverageScore
public virtual double LineCoverageScore { get; }
Property Value
- double
SizeScore
public virtual double SizeScore { get; }
Property Value
- double
TotalScore
public virtual double TotalScore { get; }
Property Value
- double
WidthScore
public virtual double WidthScore { get; }
Property Value
- double
Methods
Copy(NSZone?)
public virtual NSObject Copy(NSZone? zone)
Parameters
zone
NSZone
Returns
- NSObject
FromJsonWithJson(string)
public static SBSDKDocumentDetectionScores? FromJsonWithJson(string json)
Parameters
json
string
Returns
- SBSDKDocumentDetectionScores
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