![]() |
Face SDK
1.13.0 Mozart release
Face Recognition Software Development Kit
|
Public Member Functions | |
VersionInfo () | |
Create version info More... | |
override string | ToString () |
![]() | |
override bool | Equals (object obj) |
override int | GetHashCode () |
void | CheckValidity (string objectName=null) |
Throw an ObjectDisposedException adding a given name to exception's Message in case that object is not valid More... | |
void | Dispose () |
Properties | |
uint | Major [get] |
uint | Minor [get] |
uint | Patch [get] |
string | CodeName [get] |
string | GitCommit [get] |
string | FullVersionString [get] |
![]() | |
IntPtr | Handle [get, protected set] |
bool | Valid [get] |
![]() | |
bool | Valid [get] |
True if object is valid, false if disposed or not created properly More... | |
![]() | |
uint | Major [get] |
Major FaceSDK version number More... | |
uint | Minor [get] |
Minor FaceSDK version number More... | |
uint | Patch [get] |
Patch FaceSDK version number More... | |
string | CodeName [get] |
FaceSDK Code name More... | |
string | GitCommit [get] |
Git commit hash of FaceSDK build More... | |
string | FullVersionString [get] |
Full version string in a form of "major.minor code_name (git_commit)" More... | |
|
inline |
Create version info