Back to Openvino

Plugin Properties

docs/articles_en/documentation/openvino-extensibility/openvino-plugin-library/plugin-properties.rst

2026.1.2581 B
Original Source

Plugin Properties

.. meta:: :description: Use the ov::Property class to define access rights and specific properties of an OpenVINO plugin.

Plugin can provide own device-specific properties.

Property Class ##############

OpenVINO API provides the interface ov::Property which allows to define the property and access rights. Based on that, a declaration of plugin specific properties can look as follows:

.. doxygensnippet:: src/plugins/template/include/template/properties.hpp :language: cpp :fragment: [properties:public_header]