OpenVINO 2022.1 introduces a new version of OpenVINO API (API 2.0). For more information on the changes and transition steps, see the transition guide
#include <intervals_alignment_attribute.hpp> class Interval { public: // fields float low = 0.f; float high = 0.f; // construction Interval(); Interval(const float low, const float high); };