Files
openvino/docs/IE_PLUGIN_DG/Properties.md
Sebastian Golebiewski 152c9b63e2 [DOCS] Adding metadata to articles (#18331)
* adding-metadata

* Apply suggestions from code review

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Apply suggestions from code review

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

---------

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
2023-07-03 13:09:07 +02: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