struct ov::Version

Overview

Represents version information that describes plugins and the OpemVINO library. More…

#include <version.hpp>

struct Version
{
    // fields

    const char \* buildNumber;
    const char \* description;
};

Detailed Documentation

Represents version information that describes plugins and the OpemVINO library.

Fields

const char \* buildNumber

A null terminated string with build number.

const char \* description

A null terminated description string.