.. index:: 
  !BiometricVerificationRule Class

.. _id3_bioseal_biometric_verification_rule_class:

===============================================================================
BiometricVerificationRule Class
===============================================================================

Namespace: :ref:`id3.Bioseal<reference_bioseal>`

.. toctree::
  :hidden:

  count<count>
  dataType<data_type>
  threshold<threshold>


Definition
----------
.. line-block::
    Represents a biometric verification rule.


Properties
----------

.. list-table:: 
  :width: 100%
  :widths: 30 5 65
  :header-rows: 1

  * - Name
    - Type
    - Description
  * - :ref:`count<id3_bioseal_biometric_verification_rule_count_class_member>`
    - int
    - The number of biometric samples of the specified type to be verified.
  * - :ref:`dataType<id3_bioseal_biometric_verification_rule_data_type_class_member>`
    - :ref:`BiometricDataType<id3_bioseal_biometric_data_type_enum>`
    - The type of biometric data to be used for verification.
  * - :ref:`threshold<id3_bioseal_biometric_verification_rule_threshold_class_member>`
    - int
    - The biometric decision threshold.
