Class SBSDKGenericDocumentRecognitionResult
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKGenericDocumentRecognitionResult : NSObject
- Inheritance
-
SBSDKGenericDocumentRecognitionResult
Constructors
SBSDKGenericDocumentRecognitionResult(NSObjectFlag?)
protected SBSDKGenericDocumentRecognitionResult(NSObjectFlag? t)
Parameters
t
NSObjectFlag
SBSDKGenericDocumentRecognitionResult(NativeHandle?)
protected SBSDKGenericDocumentRecognitionResult(NativeHandle? handle)
Parameters
handle
NativeHandle
SBSDKGenericDocumentRecognitionResult(SBSDKGenericDocumentRecognitionStatus, SBSDKGenericDocument?, UIImage?)
public SBSDKGenericDocumentRecognitionResult(SBSDKGenericDocumentRecognitionStatus status, SBSDKGenericDocument? document, UIImage? croppedImage)
Parameters
status
SBSDKGenericDocumentRecognitionStatus
document
SBSDKGenericDocument
croppedImage
UIImage
Properties
ClassHandle
public override NativeHandle? ClassHandle { get; }
Property Value
- NativeHandle
CroppedImage
public virtual UIImage? CroppedImage { get; }
Property Value
- UIImage
Document
public virtual SBSDKGenericDocument? Document { get; }
Property Value
- SBSDKGenericDocument
Status
public virtual SBSDKGenericDocumentRecognitionStatus Status { get; }
Property Value
- SBSDKGenericDocumentRecognitionStatus