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