Face Engine SDK
4.6.0
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. More... | |
const char * | getDesc () const noexcept |
Get description text. More... | |
void | setDesc (const char *desc) noexcept |
Set description text. More... | |
Protected Attributes | |
char | m_desc [m_bufferLength] |
Parameter description text. | |
Static Protected Attributes | |
static const unsigned int | m_bufferLength = 256 |
Configuration parameter description.
|
inlinenoexcept |
Get description text.