|
TechTrue® Android SDK
V1.3.7 Android SDK for TechTrue®'s face recognition
|
Public Member Functions | |
| TTFaceRecognitionService () | |
| void | releaseInstance () throws TTException |
| TTPerson | createPerson () |
| TTPerson | createPerson (String extId) |
| void | clearDB () |
| String | getSdkVersion () |
| void | deactivateDevice () throws TTException |
Static Public Member Functions | |
| static TTFaceRecognitionService | getInstance () |
| static TTFaceRecognitionService | createInstance (Context ctx) throws TTException |
Provides main access to TTFace SDK functionality.
Creates an instance by calling createInstance() static method, then applications may use createPerson() method to have access to main face recognition features. All allocated resources will be released by calling releaseInstance() method.
|
inline |
|
inline |
Clears the entire Face Database.
Warning! This operation cannot be reverted!
|
inlinestatic |
Creates new instance of TTFace SDK.
| ctx | Android app Context reference |
| TTException | When could not initialize the native library |
|
inline |
Person factory. Used to interact with face recognition features.
|
inline |
Person factory. Used to interact with face recognition features.
| extId | External ID that will be stored within this Person |
|
inline |
Deactivates the Device.
This method will deactivate the SDK on a device. Future usage shall have the device to be activated again in order to work.
This method requires internet connection to work!
|
inlinestatic |
|
inline |
Gets the SDK version in use.
|
inline |
Releases all allocated resources
| TTException | When could not release resources |