Face Engine SDK  5.8.0
A face detection, recognition and tracking engine.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
fsdk::IProgressTracker Struct Referenceabstract

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...
 

Detailed Description

Progress tracker interface.

Implement this interface to be able to get progress info on some operation.

Member Function Documentation

virtual void fsdk::IProgressTracker::progress ( const float  completion) const
pure virtualnoexcept

Function is called on some operation progress change.

Parameters
[in]completionfloat value in [0..1] range.

The documentation for this struct was generated from the following file: