Skip to content

cvedia::rt::data_collection::ClassConfig

Public Functions

Name
bool operator==(ClassConfig const & other) const
void overrideWith(ClassConfig const & other)

Public Attributes

Name
label_t label
std::optional< int > hourlyLimit
std::optional< InclusiveFloatRange > confidenceRange
std::optional< bool > isPriority

Public Functions Documentation

function operator==

inline bool operator==(
    ClassConfig const & other
) const

function overrideWith

inline void overrideWith(
    ClassConfig const & other
)

Public Attributes Documentation

variable label

label_t label;

variable hourlyLimit

std::optional< int > hourlyLimit = {};

variable confidenceRange

std::optional< InclusiveFloatRange > confidenceRange = {};

variable isPriority

std::optional< bool > isPriority = {};

Updated on 2025-08-24 at 15:42:37 +0000