• Camera Scanning
  • ID Parsing
  • DIVE
  • Web Services
  • Third Party Checks
  • Authentication
IDScan.net
  • Introduction
  • Authentication Result
Search Results for

    Show / Hide Table of Contents
    • Introduction
      • Installation
      • Automatic Updates
      • Authentication Result
      • Hardware Requirements
      • Supported Documents
      • Sample Applications

    Authentication Result

    Authentication tests results contain:

    • Authentication Status:
    • public AuthenticationStatus Status { get; set; }
      None Exception in the SDK or unsupported format
      Suspicious Some test failed, causing Authentication to label document as suspicious
      Valid Authentication passed.
      Unlicensed Authentication not executed due to no license found.
      Warning The document has some important details (Expired, Sex Offender, Void, Underage)
    • AuthenticationTests contains:
    • Processed Images: public ImageAuthenticationData ImageData { get; set; }
      Confidence score from 0 to 1: public float? Confidence { get; set; }
    • CrossMatchTestResult contains:
    • The list of fields to be compared from the barcode and those gotten from using OCR: public List CrossMatches { get; set; }
      Confidence score from 0 to 1: public float? Confidence { get; set; }
      Processed Images: public ImageAuthenticationData ImageData { get; set; }/
    Back to top IDScan.net IDScan.net GitHub