3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
VDT.FaceRecognition.SDK.Template Class Reference

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

Public Member Functions

String getMethodName ()
 Get a method name. Thread-safe. More...
 
void save (Stream binary_stream)
 Save the template to binary_stream. The format is platform-independent. Thread-safe. More...
 
- Public Member Functions inherited from VDT.FaceRecognition.SDK.IDisposableObject
virtual void Dispose ()
 Release internal object.
 

Additional Inherited Members

- Properties inherited from VDT.FaceRecognition.SDK.IDisposableObject
bool isDisposed [get]
 True if internal object already disposed.
 

Detailed Description

Interface object for saving the face template.

Member Function Documentation

String VDT.FaceRecognition.SDK.Template.getMethodName ( )
inline

Get a method name. Thread-safe.

Returns
The name of the method that created this template.
void VDT.FaceRecognition.SDK.Template.save ( Stream  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.