Class SBSDKDocumentDetectorResult
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKDocumentDetectorResult : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKDocumentDetectorResult
- Implements
-
INSCopying
INativeObject
Constructors
SBSDKDocumentDetectorResult()
public SBSDKDocumentDetectorResult()
SBSDKDocumentDetectorResult(NSObjectFlag?)
protected SBSDKDocumentDetectorResult(NSObjectFlag? t)
Parameters
t
NSObjectFlag
SBSDKDocumentDetectorResult(NativeHandle?)
protected SBSDKDocumentDetectorResult(NativeHandle? handle)
Parameters
handle
NativeHandle
Properties
ClassHandle
public override NativeHandle? ClassHandle { get; }
Property Value
- NativeHandle
DetectorImageSize
public virtual CGSize? DetectorImageSize { get; set; }
Property Value
- CGSize
IsDetectionStatusOK
public virtual bool IsDetectionStatusOK { get; }
Property Value
- bool
Metrics
public virtual SBSDKDocumentDetectionMetrics? Metrics { get; set; }
Property Value
- SBSDKDocumentDetectionMetrics
Polygon
public virtual SBSDKPolygon? Polygon { get; set; }
Property Value
- SBSDKPolygon
Status
public virtual SBSDKDocumentDetectionStatus Status { get; set; }
Property Value
- SBSDKDocumentDetectionStatus
Methods
Copy(NSZone)
public virtual NSObject Copy(NSZone zone)
Parameters
zone
NSZone
Returns
- NSObject