struct ov_version¶
Overview¶
Represents OpenVINO version information. More…
#include <ov_core.h>
struct ov_version
{
// fields
const char \* buildNumber;
const char \* description;
};Detailed Documentation¶
Represents OpenVINO version information.
Fields¶
const char \* buildNumberA string representing OpenVINO version.
const char \* descriptionA string representing OpenVINO description.