MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_label()

std::string MayaFlux::Kakshya::Region::get_label ( ) const
inline

Get the label attribute (if present).

Returns
The label string, or empty if not set.

Definition at line 348 of file Region.hpp.

349 {
350 auto label = get_attribute<std::string>("label");
351 return label.value_or("");
352 }