yoloserv/modules/openvino-master/docs/IE_PLUGIN_DG/Properties.md
2024-01-22 10:12:33 -04:00

648 B

Plugin Properties

@sphinxdirective

.. 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]

@endsphinxdirective