Class SBSDKLicensePlateScannerResult  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - DocumentSDK.NET.iOS.dll
 
   
  
  
  
    public class SBSDKLicensePlateScannerResult : NSObject
   
  
    - Inheritance
 
    - 
      
      
SBSDKLicensePlateScannerResult
     
  
  Constructors
  
  
  SBSDKLicensePlateScannerResult(NSObjectFlag)
  
  
  
  
  
    protected SBSDKLicensePlateScannerResult(NSObjectFlag t)
   
  Parameters
  
    t NSObjectFlag 
    
  
  
  
  SBSDKLicensePlateScannerResult(NativeHandle)
  
  
  
  
  
    protected SBSDKLicensePlateScannerResult(NativeHandle handle)
   
  Parameters
  
    handle NativeHandle 
    
  
  
  
  SBSDKLicensePlateScannerResult(string, string, string, double, bool, UIImage?)
  
  
  
  
  
    public SBSDKLicensePlateScannerResult(string countryCode, string licensePlate, string rawString, double confidence, bool isValidationSuccessful, UIImage? croppedImage)
   
  Parameters
  
    countryCode string 
    
    licensePlate string 
    
    rawString string 
    
    confidence double 
    
    isValidationSuccessful bool 
    
    croppedImage UIImage 
    
  
  Properties
  
  
  ClassHandle
  
  
  
  
  
    public override NativeHandle ClassHandle { get; }
   
  Property Value
  
    - NativeHandle
 
    
  
  
  
  Confidence
  
  
  
  
  
    public virtual double Confidence { get; }
   
  Property Value
  
    - double
 
    
  
  
  
  CountryCode
  
  
  
  
  
    public virtual string CountryCode { get; }
   
  Property Value
  
    - string
 
    
  
  
  
  CroppedImage
  
  
  
  
  
    public virtual UIImage? CroppedImage { get; }
   
  Property Value
  
    - UIImage
 
    
  
  
  
  IsValidationSuccessful
  
  
  
  
  
    public virtual bool IsValidationSuccessful { get; }
   
  Property Value
  
    - bool
 
    
  
  
  
  LicensePlate
  
  
  
  
  
    public virtual string LicensePlate { get; }
   
  Property Value
  
    - string
 
    
  
  
  
  RawString
  
  
  
  
  
    public virtual string RawString { get; }
   
  Property Value
  
    - string