Face Engine SDK
5.21.0
A face detection, recognition and tracking engine.
|
Progress tracker interface. More...
#include <IIndex.h>
Public Member Functions | |
virtual void | progress (const float completion) const noexcept=0 |
Function is called on some operation progress change. More... | |
Progress tracker interface.
Implement this interface to be able to get progress info on some operation.
|
pure virtualnoexcept |
Function is called on some operation progress change.
[in] | completion | float value in [0..1] range. |