|
nx_server_plugin_sdk
1.0
Server Plugin SDK
|
#include <data.h>
Public Member Functions | |
| Image (const nx::kit::Json &json) noexcept(false) | |
| Image (const char *jsonData) noexcept(false) | |
| template<typename T > | |
| Image (const T &)=delete | |
| nx::kit::Json | to_json () const |
| bool | operator== (const Image &) const |
Static Public Member Functions | |
| static ValueOrError< Image > | fromJson (const char *jsonStr) noexcept |
| static ValueOrError< Image > | fromJson (const nx::kit::Json &json) noexcept |
Public Attributes | |
| std::string | objectTrackId |
| std::string | format |
| std::string | data64 |
Image data and Track id the image is associated with.
| std::string nx::sdk::cloud_storage::Image::data64 |
Base64 encoded image data.
| std::string nx::sdk::cloud_storage::Image::format |
Human-readable image format name.
1.8.14