This page relates to OpenVINO 2022.3 (LTS). Go to the latest documentation for up-to-date information.
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.