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 property value mutability. More…
#include <properties.hpp> enum PropertyMutability { RO, RW, };
Enum to define property value mutability.
RO
Read-only property values can not be passed as input parameter.
RW
Read/Write property key may change readability in runtime.