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
Enum to define possible priorities hints. More…
#include <properties.hpp> enum Priority { LOW = 0, MEDIUM = 1, HIGH = 2, DEFAULT = MEDIUM, };
Enum to define possible priorities hints.
LOW
Low priority.
MEDIUM
Medium priority.
HIGH
High priority.
DEFAULT
Default priority is MEDIUM.