3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
com.vdt.face_recognition.sdk.Template Class Reference

Interface object for saving the face template. More...

Public Member Functions

void dispose ()
 Release internal object.
 
boolean isDisposed ()
 Check if an object is released. More...
 
String getMethodName ()
 Get a method name. Thread-safe. More...
 
void save (OutputStream binary_stream)
 Save the template to binary_stream. The format is platform-independent. Thread-safe. More...
 

Detailed Description

Interface object for saving the face template.

Member Function Documentation

String com.vdt.face_recognition.sdk.Template.getMethodName ( )
inline

Get a method name. Thread-safe.

Returns
The name of the method that created this template.
boolean com.vdt.face_recognition.sdk.Template.isDisposed ( )
inline

Check if an object is released.

Returns
true if an object is released, false otherwise.
void com.vdt.face_recognition.sdk.Template.save ( OutputStream  binary_stream)
inline

Save the template to binary_stream. The format is platform-independent. Thread-safe.

Parameters
[out]binary_streamOutput stream object for saving the template.