VoiceSDK  5.0.2
Public Attributes | Friends | List of all members
voicesdk::BuildInfo Struct Reference

Structure containing present VoiceSDK build info. More...

Public Attributes

std::string version = VOICESDK_PROJECT_VERSION
 VoiceSDK build version. More...
 
std::string components = VOICESDK_COMPONENTS
 VoiceSDK components present in build. More...
 
std::string gitInfo = VOICESDK_GIT_INFO
 Git info dumped at the build stage. More...
 
std::string licenseInfo
 Information (e.g. expiration date) about the installed license if available or an empty string if no license is in use. More...
 
std::string licenseExpirationDate
 

Friends

std::ostream & operator<< (std::ostream &os, const BuildInfo &obj)
 

Detailed Description

Structure containing present VoiceSDK build info.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const BuildInfo obj 
)
friend

Member Data Documentation

◆ components

std::string voicesdk::BuildInfo::components = VOICESDK_COMPONENTS

VoiceSDK components present in build.

◆ gitInfo

std::string voicesdk::BuildInfo::gitInfo = VOICESDK_GIT_INFO

Git info dumped at the build stage.

◆ licenseExpirationDate

std::string voicesdk::BuildInfo::licenseExpirationDate

◆ licenseInfo

std::string voicesdk::BuildInfo::licenseInfo

Information (e.g. expiration date) about the installed license if available or an empty string if no license is in use.

Deprecated:
Use instead.

◆ version

std::string voicesdk::BuildInfo::version = VOICESDK_PROJECT_VERSION

VoiceSDK build version.