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::ObjectRegion Struct Reference

Public Member Functions

 ObjectRegion (const nx::kit::Json &json) noexcept(false)
 
 ObjectRegion (const char *jsonData) noexcept(false)
 
template<typename T >
 ObjectRegion (const T &)=delete
 
bool operator== (const ObjectRegion &) const
 
nx::kit::Json to_json () const
 

Static Public Member Functions

static ValueOrError< ObjectRegionfromJson (const char *jsonStr) noexcept
 
static ValueOrError< ObjectRegionfromJson (const nx::kit::Json &json) noexcept
 

Public Attributes

std::string boundingBoxGridBase64
 

Member Data Documentation

◆ boundingBoxGridBase64

std::string nx::sdk::cloud_storage::ObjectRegion::boundingBoxGridBase64

Binary mask of the bounding box grid. It has the same binary structure as motion data.


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