Class SBSDKDocumentDetectionMetrics
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKDocumentDetectionMetrics : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKDocumentDetectionMetrics
- Implements
-
INSCopying
INativeObject
Constructors
SBSDKDocumentDetectionMetrics()
public SBSDKDocumentDetectionMetrics()
SBSDKDocumentDetectionMetrics(NSObjectFlag)
protected SBSDKDocumentDetectionMetrics(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKDocumentDetectionMetrics(NativeHandle)
protected SBSDKDocumentDetectionMetrics(NativeHandle handle)
Parameters
handle
NativeHandle
Properties
AngleScore
public virtual double AngleScore { get; set; }
Property Value
- double
AverageBrightness
public virtual nint AverageBrightness { get; set; }
Property Value
- nint
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
DistanceScore
public virtual double DistanceScore { get; set; }
Property Value
- double
HeightScore
public virtual double HeightScore { get; set; }
Property Value
- double
SizeScore
public virtual double SizeScore { get; set; }
Property Value
- double
TotalScore
public virtual double TotalScore { get; set; }
Property Value
- double
UnwarpedAspectRatio
public virtual double UnwarpedAspectRatio { get; set; }
Property Value
- double
WidthScore
public virtual double WidthScore { get; set; }
Property Value
- double
Methods
Copy(NSZone)
public virtual NSObject Copy(NSZone zone)
Parameters
zone
NSZone
Returns
- NSObject
IndexMatchingAspectRatiosOf(SBSDKAspectRatio[]?)
public virtual nint IndexMatchingAspectRatiosOf(SBSDKAspectRatio[]? aspectRatios)
Parameters
aspectRatios
SBSDKAspectRatio[]
Returns
- nint
MatchesWithAspectRatio(SBSDKAspectRatio)
public virtual bool MatchesWithAspectRatio(SBSDKAspectRatio aspectRatio)
Parameters
aspectRatio
SBSDKAspectRatio
Returns
- bool