Simprints Documentation
  • Introduction
    • Goals
    • Audience
    • Disclaimer
  • Product Overview
    • Product Overview
      • Simprints ID (SID)
        • Enrolment
        • Verification
        • Indentification
      • Biometrics
        • Fingerprints Recognition
          • Vero Fingerprint Scanners
        • Face Recognition
      • SID Intents Launcher
      • Cloud Backend
      • Data Collection Platforms
        • DHIS2
        • CommCare
        • ODK + Survey CTO
  • Architecture
    • System architecture
      • Mobile
        • Simprints ID (SID)
          • Project structure
          • Biometric flow orchestration
  • Installation
    • Installation, Quick Start and Device Requirements
      • Installation
      • Quick Start Guide
      • Device Requirements
  • Security & Privacy
    • Security & Privacy Considerations
      • Security Policy
      • Responsible Use
      • Privacy Policy
      • Cookie Policy
  • Development
    • Getting setup
    • Simprints for Developers
      • Simprints for Developers
      • Integrating with Simprints
        • Getting Started
        • Enrollment
        • Identification
        • Verification
        • Exit Forms
        • Confidence Score Bands
        • Enrolment & Identification +
        • Handling Errors
        • Metadata
      • Other Intergrations
        • ODK Integrations + SurveyCTO
          • Enrol
          • Identify
          • Verify
          • FAQ
        • CommCare Integration
          • CommCare: Enrolment
          • Identification
          • FAQs
          • ↔️CoSync
        • DHIS2
  • Troubleshooting
    • FAQs
    • Common Issues
  • Community & Support
    • Support Channels
    • Community Guidelines
    • Open Source Contributions
  • Product Roadmap
    • Product Roadmap
      • Current Releases
      • Previous Releases
      • Submit an Idea or Request
  • Licence
  • Contribution Guidelines
    • Contribution Guidelines
      • Code Contributions
      • Bug Reports
      • Feature Requests
  • Supporting Partners
Powered by GitBook
LogoLogo
On this page

Was this helpful?

Edit on GitHub
  1. Product Overview
  2. Product Overview
  3. Simprints ID (SID)

Verification

Verification operations primarily differ from identification operations in using some other means of initially identifying participants, such as scanning a card or keying in a username. In practice, this mode is more common.

Where biometrics are attended, this verification stage will likely happen in collaboration with the attendant, who may type in a name, read an ID number from a card, tap a smartcard on a reader, or even recognise the user from prior interactions.

In a Verification Operation, the biometric system is likely to be comparing the user to a much smaller pool of possible matches - perhaps five users with identical names, or even one record if the user has presented a card or ID number - where an Identification may require comparison against hundreds or thousands of records.

This makes Verification faster and potentially higher accuracy as the biometric ‘matching’ process is run fewer times (potentially by orders of magnitude if the database held by the system contains thousands of records and must be searched through each time a 1:N match is made) and is not the only source of ‘truth’ for a judgement regarding whether the subject is the correct subject.

Where an operation returns multiple possible matches in a scenario with an attendant present - or the biometric system returns a confidence score (for instance, it indicates a probability onscreen that the user is who they say they are as a percentage or using language such as ‘good / bad / poor’), the process of determining whether to proceed is referred to as adjudication.

PreviousEnrolmentNextIndentification

Last updated 4 months ago

Was this helpful?