nx_cloud_storage_sdk
1.0
Cloud Storage SDK
|
Public Member Functions | |
BestShotImage (const nx::kit::Json &json) noexcept(false) | |
BestShotImage (const char *jsonData) noexcept(false) | |
template<typename T > | |
BestShotImage (const T &)=delete | |
bool | operator== (const BestShotImage &) const |
nx::kit::Json | to_json () const |
Static Public Member Functions | |
static ValueOrError< BestShotImage > | fromJson (const char *jsonStr) noexcept |
static ValueOrError< BestShotImage > | fromJson (const nx::kit::Json &json) noexcept |
Public Attributes | |
std::string | objectTrackId |
std::string | format |
std::string | data64 |