MayaFlux 0.4.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 354 of file Region.hpp.

355 {
356 auto label = get_attribute<std::string>("label");
357 return label.value_or("");
358 }