struct dlstreamer::DetectionMetadata::key#
#include <image_metadata.h> struct key { // fields static constexpr auto x_min = "x_min"; static constexpr auto y_min = "y_min"; static constexpr auto x_max = "x_max"; static constexpr auto y_max = "y_max"; static constexpr auto confidence = "confidence"; static constexpr auto id = "id"; static constexpr auto parent_id = "parent_id"; static constexpr auto label_id = "label_id"; static constexpr auto label = "label"; };