|
static auto | interfaceId () |
|
◆ bestShotImageData()
virtual const char* nx::sdk::analytics::IObjectTrackInfo::bestShotImageData |
( |
| ) |
const |
|
pure virtual |
- Returns
- Pointer to the track best shot image data provided by the Plugin. If the best shot was provided in the form of a URL, the pointer being returned by this method points to the data of the image that server obtained by this URL. If the Plugin provides neither binary image data nor its URL, null is returned.
◆ bestShotImageDataFormat()
virtual const char* nx::sdk::analytics::IObjectTrackInfo::bestShotImageDataFormat |
( |
| ) |
const |
|
pure virtual |
- Returns
- Format of the best shot image. Can contain one of the following values: "image/jpeg", "image/png", "image/tiff". If the track has no explicit best shot image, an empty string is returned.
◆ bestShotImageDataSize()
virtual int nx::sdk::analytics::IObjectTrackInfo::bestShotImageDataSize |
( |
| ) |
const |
|
pure virtual |
- Returns
- Size of the image data array. If the track has no explicit best shot image, 0 is returned.
The documentation for this class was generated from the following file: