|
TechTrue® Android SDK
V1.3.7 Android SDK for TechTrue®'s face recognition
|
Public Member Functions | |
| TTErrorCodes () | |
Static Public Attributes | |
| static final int | TTFACEAPI_E_NOERROR = 0 |
| No error occurred. More... | |
| static final int | TTFACEAPI_E_BADPARAM = 1101 |
| Invalid parameter. More... | |
| static final int | TTFACEAPI_E_DBOPEN = 1111 |
| Database file already opened. More... | |
| static final int | TTFACEAPI_E_DBFAILED = 1112 |
| Unable to create a new Database file. More... | |
| static final int | TTFACEAPI_E_DBACCESSDENIED = 1113 |
| Unable to open Database file. More... | |
| static final int | TTFACEAPI_E_BLANKIMAGE = 1114 |
| Invalid image. More... | |
| static final int | TTFACEAPI_E_BADIMAGE = 1115 |
| Unsupported image. More... | |
| static final int | TTFACEAPI_E_INIT = 1116 |
| Error initializing the SDK. More... | |
| static final int | TTFACEAPI_E_FILE = 1117 |
| Failed to open a file. More... | |
| static final int | TTFACEAPI_E_BADINDEX = 1119 |
| Unknown index passes to an API. More... | |
| static final int | TTFACEAPI_E_MEMORY = 1120 |
| Memory allocation error. More... | |
| static final int | TTFACEAPI_E_NULLPARAM = 1121 |
| NULL parameter passed to an API. More... | |
| static final int | TTFACEAPI_E_OTHER = 1122 |
| Internal error. More... | |
| static final int | TTFACEAPI_E_NOIMAGE = 1123 |
| No image found on the TTPerson object. More... | |
| static final int | TTFACEAPI_E_INTERNAL = 1124 |
| Internal error. More... | |
| static final int | TTFACEAPI_E_NONEXISTINGID = 1125 |
| External-ID not found. More... | |
| static final int | TTFACEAPI_E_DUPLICATEID = 1126 |
| Duplicated External-ID. More... | |
| static final int | TTFACEAPI_E_DBFULL = 1128 |
| Database is full. More... | |
| static final int | TTFACEAPI_E_BADFORMAT = 1132 |
| Invalid parameter format. More... | |
| static final int | TTFACEAPI_E_BADVALUE = 1133 |
| Invalid parameter value. More... | |
| static final int | TTFACEAPI_E_SMALLIMAGE = 1146 |
| Image size too small. More... | |
| static final int | TTFACEAPI_E_BIGIMAGE = 1147 |
| Image size too big. More... | |
| static final int | TTFACEAPI_E_BADDPI = 1148 |
| Unsupported image DPI. More... | |
| static final int | TTFACEAPI_E_TOOMANYFACES = 1149 |
| Too many faces presented on the image. More... | |
| static final int | TTFACEAPI_E_NOTIMPLEMENTED = 1150 |
| API not implemented. More... | |
| static final int | TTFACEAPI_E_NOFACES = 1161 |
| No faces were found on an identify operation. More... | |
| static final int | TTFACEAPI_E_NOTSUPPORTED = 1211 |
| API not supported. More... | |
| static final int | TTFACEAPI_E_LIVENESS_FAILED = 1212 |
| Liveness check failed. More... | |
| static final int | TTFACEAPI_E_DEVICENOTACTIVATED = 1300 |
| Unable to activate the device. More... | |
|
inline |
|
static |
Unsupported image DPI.
|
static |
Invalid parameter format.
|
static |
Unsupported image.
|
static |
Unknown index passes to an API.
|
static |
Invalid parameter.
|
static |
Invalid parameter value.
|
static |
Image size too big.
|
static |
Invalid image.
|
static |
Unable to open Database file.
|
static |
Unable to create a new Database file.
|
static |
Database is full.
|
static |
Database file already opened.
|
static |
Unable to activate the device.
|
static |
Duplicated External-ID.
|
static |
Failed to open a file.
|
static |
Error initializing the SDK.
|
static |
Internal error.
|
static |
Liveness check failed.
|
static |
Memory allocation error.
|
static |
No error occurred.
|
static |
No faces were found on an identify operation.
|
static |
No image found on the TTPerson object.
|
static |
External-ID not found.
|
static |
API not implemented.
|
static |
API not supported.
|
static |
NULL parameter passed to an API.
|
static |
Internal error.
|
static |
Image size too small.
|
static |
Too many faces presented on the image.