Delegate GenericShouldRecognizeFunc
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public delegate bool GenericShouldRecognizeFunc(SBSDKGenericDocumentRecognizerViewController viewController)
Parameters
viewController SBSDKGenericDocumentRecognizerViewController
Returns
- bool
Constructors
GenericShouldRecognizeFunc(object, nint)
public GenericShouldRecognizeFunc(object @object, nint method)
Parameters
object object
method nint
Methods
BeginInvoke(SBSDKGenericDocumentRecognizerViewController, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(SBSDKGenericDocumentRecognizerViewController viewController, AsyncCallback callback, object @object)
Parameters
viewController SBSDKGenericDocumentRecognizerViewController
callback AsyncCallback
object object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual bool EndInvoke(IAsyncResult result)
Parameters
result IAsyncResult
Returns
- bool
Invoke(SBSDKGenericDocumentRecognizerViewController)
public virtual bool Invoke(SBSDKGenericDocumentRecognizerViewController viewController)
Parameters
viewController SBSDKGenericDocumentRecognizerViewController
Returns
- bool