SensorType Enumeration
2/27/2008
Lists the possible types of data that the Biometrics Scanner may be designed to capture.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Enumeration SensorType
public enum SensorType
public enum class SensorType
public enum SensorType
public enum SensorType
Members
Member name | Description |
---|---|
FacialFeatures | Captures biometrics data regarding facial features. |
Fingerprint | Captures biometrics data regarding fingerprints. |
Gait | Captures biometrics data regarding gait. |
HandGeometry | Captures biometrics data regarding hand geometry. |
Iris | Captures biometrics data regarding the iris. |
KeystrokeDynamics | Captures biometrics data regarding keystroke dynamics. |
LipMovement | Captures biometrics data regarding lip movement. |
Password | The password. |
Retina | Captures biometrics data about the retina. |
SignatureDynamics | Captures biometrics data regarding the signature dynamics. |
ThermalFaceImage | Captures biometrics data regarding thermal face imaging. |
ThermalHandImage | Captures biometrics data regarding thermal hand imaging. |
Unspecified | Captures unspecified biometrics data. |
Voice | Captures biometrics data regarding voice. |
Remarks
Lists the possible types of data that the Biometrics Scanner may be designed to capture.