Class NativeDocumentQualityAnalyzer  
  
  
    - Namespace
 - IO.Scanbot.Sdk.Process
 
  - Assembly
 - DocumentSDK.NET.Droid.dll
 
   
  
  
  
    [Register("io/scanbot/sdk/process/NativeDocumentQualityAnalyzer", DoNotGenerateAcw = true)]
public sealed class NativeDocumentQualityAnalyzer : SelfDisposable, IJavaObject, IJavaPeerable, IDisposable
   
  
    - Inheritance
 
    - 
      
      
      
      
NativeDocumentQualityAnalyzer
     
  
  
    - Implements
 
    - 
      
      
      
    
 
  
  
    - Inherited Members
 
    - 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
 
  Constructors
  
  
  NativeDocumentQualityAnalyzer()
  
  
  
  
  
    [Register(".ctor", "()V", "")]
public NativeDocumentQualityAnalyzer()
   
  Properties
  
  
  AnalyzerImageSizeLimit
  
  
  
  
  
    public int AnalyzerImageSizeLimit { get; set; }
   
  Property Value
  
    - int
 
    
  
  
  
  MinEstimatedNumberOfSymbolsForNoDocument
  
  
  
  
  
    public int MinEstimatedNumberOfSymbolsForNoDocument { get; set; }
   
  Property Value
  
    - int
 
    
  
  Methods
  
  
  Analyze(byte[], int, int, int)
  
  
  
  
  
    [Register("analyze", "([BIII)Lio/scanbot/sdk/process/model/DocumentQuality;", "")]
public DocumentQuality Analyze(byte[] nv21, int width, int height, int orientation)
   
  Parameters
  
    nv21 byte[] 
    
    width int 
    
    height int 
    
    orientation int 
    
  
  Returns
  
    - DocumentQuality
 
    
  
  
  
  AnalyzeInBGR(byte[], int, int, int)
  
  
  
  
  
    [Register("analyzeInBGR", "([BIII)Lio/scanbot/sdk/process/model/DocumentQuality;", "")]
public DocumentQuality AnalyzeInBGR(byte[] bgr, int width, int height, int orientation)
   
  Parameters
  
    bgr byte[] 
    
    width int 
    
    height int 
    
    orientation int 
    
  
  Returns
  
    - DocumentQuality
 
    
  
  
  
  AnalyzeInBitmap(Bitmap, int)
  
  
  
  
  
    [Register("analyzeInBitmap", "(Landroid/graphics/Bitmap;I)Lio/scanbot/sdk/process/model/DocumentQuality;", "")]
public DocumentQuality AnalyzeInBitmap(Bitmap bitmap, int orientation)
   
  Parameters
  
    bitmap Bitmap 
    
    orientation int 
    
  
  Returns
  
    - DocumentQuality
 
    
  
  
  
  AnalyzeInJPEG(byte[], int, int, int)
  
  
  
  
  
    [Register("analyzeInJPEG", "([BIII)Lio/scanbot/sdk/process/model/DocumentQuality;", "")]
public DocumentQuality AnalyzeInJPEG(byte[] jpeg, int width, int height, int orientation)
   
  Parameters
  
    jpeg byte[] 
    
    width int 
    
    height int 
    
    orientation int 
    
  
  Returns
  
    - DocumentQuality
 
    
  
  
  
  Ctor()
  
  
  
  
  
    [Register("ctor", "()J", "")]
public override long Ctor()
   
  Returns
  
    - long
 
    
  
  
  
  Dtor(long)
  
  
  
  
  
    [Register("dtor", "(J)V", "")]
public override void Dtor(long coreInstancePtr)
   
  Parameters
  
    coreInstancePtr long