Class SBSDKGenericDocumentRecognizerViewController
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKGenericDocumentRecognizerViewController : SBSDKBaseScannerViewController
- Inheritance
-
SBSDKGenericDocumentRecognizerViewController
- Inherited Members
-
- Extension Methods
-
Constructors
SBSDKGenericDocumentRecognizerViewController()
public SBSDKGenericDocumentRecognizerViewController()
SBSDKGenericDocumentRecognizerViewController(NSCoder)
public SBSDKGenericDocumentRecognizerViewController(NSCoder coder)
Parameters
coder
NSCoder
SBSDKGenericDocumentRecognizerViewController(NSObjectFlag)
protected SBSDKGenericDocumentRecognizerViewController(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKGenericDocumentRecognizerViewController(NativeHandle)
protected SBSDKGenericDocumentRecognizerViewController(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKGenericDocumentRecognizerViewController(SBSDKGenericDocumentRootType[]?, string[]?, SBSDKGenericDocumentRecognizerViewControllerDelegate?)
public SBSDKGenericDocumentRecognizerViewController(SBSDKGenericDocumentRootType[]? acceptedDocumentTypes, string[]? excludedFieldTypes, SBSDKGenericDocumentRecognizerViewControllerDelegate? @delegate)
Parameters
acceptedDocumentTypes
SBSDKGenericDocumentRootType[]
excludedFieldTypes
string[]
delegate
SBSDKGenericDocumentRecognizerViewControllerDelegate
SBSDKGenericDocumentRecognizerViewController(UIViewController, UIView, SBSDKGenericDocumentRecognizerViewControllerDelegate?)
public SBSDKGenericDocumentRecognizerViewController(UIViewController parentViewController, UIView parentView, SBSDKGenericDocumentRecognizerViewControllerDelegate? @delegate)
Parameters
parentViewController
UIViewController
parentView
UIView
delegate
SBSDKGenericDocumentRecognizerViewControllerDelegate
SBSDKGenericDocumentRecognizerViewController(UIViewController, UIView, SBSDKGenericDocumentRootType[]?, string[]?, SBSDKGenericDocumentRecognizerViewControllerDelegate?)
public SBSDKGenericDocumentRecognizerViewController(UIViewController parentViewController, UIView parentView, SBSDKGenericDocumentRootType[]? acceptedDocumentTypes, string[]? excludedFieldTypes, SBSDKGenericDocumentRecognizerViewControllerDelegate? @delegate)
Parameters
parentViewController
UIViewController
parentView
UIView
acceptedDocumentTypes
SBSDKGenericDocumentRootType[]
excludedFieldTypes
string[]
delegate
SBSDKGenericDocumentRecognizerViewControllerDelegate
Properties
AcceptedDocumentTypes
public virtual SBSDKGenericDocumentRootType[] AcceptedDocumentTypes { get; set; }
Property Value
- SBSDKGenericDocumentRootType[]
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Delegate
public SBSDKGenericDocumentRecognizerViewControllerDelegate? Delegate { get; set; }
Property Value
- SBSDKGenericDocumentRecognizerViewControllerDelegate
ExcludedFieldTypes
public virtual string[]? ExcludedFieldTypes { get; set; }
Property Value
- string[]
GenericShouldRecognize
public GenericShouldRecognizeFunc? GenericShouldRecognize { get; set; }
Property Value
- GenericShouldRecognizeFunc
SharpnessAcceptanceFactor
public virtual NFloat SharpnessAcceptanceFactor { get; set; }
Property Value
- NFloat
WeakDelegate
public virtual NSObject? WeakDelegate { get; set; }
Property Value
- NSObject
Methods
Dispose(bool)
protected override void Dispose(bool disposing)
Parameters
disposing
bool
ResetDocumentAccumulation()
public virtual void ResetDocumentAccumulation()
ViewDidLoad()
public virtual void ViewDidLoad()
Events
DidRecognizeResultOnImage
public event EventHandler<RecognizeResultOnImageEventArgs> DidRecognizeResultOnImage
Event Type
- EventHandler<RecognizeResultOnImageEventArgs>