Face Engine SDK  5.27.0
A face detection, recognition and tracking engine.
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

◆ progress()

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: