.. index:: 
  !BiometricDataType Enumeration

.. _id3_bioseal_biometric_data_type_enum:

===============================================================================
BiometricDataType Enumeration
===============================================================================

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

Definition
----------

.. line-block::
    Enumerates the supported biometric data types.

Fields
------

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

  * - Name
    - Value
    - Description
  * - ``undefined``
    - 0
    - The biometric data type is a undefined.
  * - ``noInformationGiven``
    - 1
    - No information given.
  * - ``multipleBiometricsUsed``
    - 2
    - Multiple biometric data used.
  * - ``facialFeatures``
    - 3
    - Facial features data.
  * - ``voice``
    - 4
    - Voice data.
  * - ``fingerprint``
    - 5
    - Fingerprint data.
  * - ``iris``
    - 6
    - Iris data.
  * - ``retina``
    - 7
    - Retina data.
  * - ``handGeometry``
    - 8
    - Hand geometry.
  * - ``signatureDynamics``
    - 9
    - Signature dynamics.
  * - ``keystrokeDynamics``
    - 10
    - Keystroke dynamics.
  * - ``lipMovement``
    - 11
    - Lip movement.
  * - ``thermalFaceImage``
    - 12
    - Thermal face image.
  * - ``thermalHandImage``
    - 13
    - Thermal hand image.
  * - ``gait``
    - 14
    - Gait.
  * - ``bodyOdor``
    - 15
    - Body odor.
  * - ``dna``
    - 16
    - DNA.
  * - ``earShape``
    - 17
    - Ear shape.
  * - ``fingerGeometry``
    - 18
    - Finger geometry.
  * - ``palmPrint``
    - 19
    - Palmprint data.
  * - ``veinPattern``
    - 20
    - Vein pattern
  * - ``footPrint``
    - 21
    - Footprint data.
