Class SBSDKOCRResult
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKOCRResult : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKOCRResult
- Implements
-
INSCopying
INativeObject
Constructors
SBSDKOCRResult(NSObjectFlag)
protected SBSDKOCRResult(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKOCRResult(NativeHandle)
protected SBSDKOCRResult(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKOCRResult(SBSDKOCRPage[])
public SBSDKOCRResult(SBSDKOCRPage[] pages)
Parameters
pages
SBSDKOCRPage[]
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Pages
public virtual SBSDKOCRPage[] Pages { get; }
Property Value
- SBSDKOCRPage[]
RecognizedText
public virtual string RecognizedText { get; }
Property Value
- string
Methods
Copy(NSZone)
public virtual NSObject Copy(NSZone zone)
Parameters
zone
NSZone
Returns
- NSObject