![]() |
Face Engine SDK
5.30.2
A face detection, recognition and tracking engine.
|
Configuration parameter description. More...
#include <ISettingsProvider.h>
Public Member Functions | |
| Desc () noexcept | |
| Initialize an empty description. | |
| Desc (const char *desc) noexcept | |
| Initialize a description. | |
| const char * | getDesc () const noexcept |
| Get description text. | |
| void | setDesc (const char *desc) noexcept |
| Set description text. | |
Protected Attributes | |
| char | m_desc [m_bufferLength] |
| Parameter description text. | |
Static Protected Attributes | |
| static const unsigned int | m_bufferLength = 256 |
Configuration parameter description.
| fsdk::ISettingsProvider::Desc::Desc | ( | const char * | desc | ) |
Initialize a description.
| desc | description text. |
| const char* fsdk::ISettingsProvider::Desc::getDesc | ( | ) | const |
Get description text.
| void fsdk::ISettingsProvider::Desc::setDesc | ( | const char * | desc | ) |
Set description text.
| desc | description text. |