nx_server_plugin_sdk  1.0
Server Plugin SDK
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
nx::sdk::cloud_storage::Image Struct Reference

#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< ImagefromJson (const char *jsonStr) noexcept
 
static ValueOrError< ImagefromJson (const nx::kit::Json &json) noexcept
 

Public Attributes

std::string objectTrackId
 
std::string format
 
std::string data64
 

Detailed Description

Image data and Track id the image is associated with.

Member Data Documentation

◆ data64

std::string nx::sdk::cloud_storage::Image::data64

Base64 encoded image data.

◆ format

std::string nx::sdk::cloud_storage::Image::format

Human-readable image format name.


The documentation for this struct was generated from the following files: