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 \* buildNumber

A string representing OpenVINO version.

const char \* description

A string representing OpenVINO description.