public class

SecIrisConstants

extends Object
java.lang.Object
   ↳ com.sec.biometric.iris.SecIrisConstants

This class is deprecated.
Deprecated since v1.1. No replacement

Class Overview

This class defines different constants used in the Samsung India Identity SDK.

Summary

Constants
int BIOTYPE_BOTH_IRIS This constant defines both the captured eye to be included in PID
int BIOTYPE_LEFT_IRIS This constant defines left eye to be included in PID
int BIOTYPE_RIGHT_IRIS This constant defines right eye to be included in PID
int BIOTYPE_UNKNOWN_IRIS This constant to be used when single eye capture is done
int PIDTYPE_PROTOBUF This constant specifies that the pid is in protobuf format
int PIDTYPE_XML This constant specifies that the pid is in xml format
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int BIOTYPE_BOTH_IRIS

This constant defines both the captured eye to be included in PID

Constant Value: 2 (0x00000002)

public static final int BIOTYPE_LEFT_IRIS

This constant defines left eye to be included in PID

Constant Value: 0 (0x00000000)

public static final int BIOTYPE_RIGHT_IRIS

This constant defines right eye to be included in PID

Constant Value: 1 (0x00000001)

public static final int BIOTYPE_UNKNOWN_IRIS

This constant to be used when single eye capture is done

Constant Value: 3 (0x00000003)

public static final int PIDTYPE_PROTOBUF

This constant specifies that the pid is in protobuf format

Constant Value: 1 (0x00000001)

public static final int PIDTYPE_XML

This constant specifies that the pid is in xml format

Constant Value: 0 (0x00000000)