stub_analytics_plugin
1.6
Network Optix Video Analytics SDK
src
nx
sdk
analytics
i_metadata.h
1
#pragma once
2
3
#include <nx/sdk/interface.h>
4
5
namespace
nx
{
6
namespace
sdk {
7
namespace
analytics {
8
13
class
IMetadata
:
public
Interface
<IMetadata>
14
{
15
public
:
16
static
auto
interfaceId() {
return
InterfaceId
(
"nx::sdk::analytics::IMetadata"
); }
17
21
virtual
const
char
*
typeId
()
const
= 0;
22
26
virtual
float
confidence
()
const
= 0;
27
};
28
29
}
// namespace analytics
30
}
// namespace sdk
31
}
// namespace nx
nx::sdk::IRefCountable::InterfaceId
Definition:
i_ref_countable.h:55
nx::sdk::Interface
Definition:
interface.h:26
nx::sdk::analytics::IMetadata
Definition:
i_metadata.h:13
nx::sdk::analytics::IMetadata::confidence
virtual float confidence() const =0
nx
Definition:
debug.cpp:12
nx::sdk::analytics::IMetadata::typeId
virtual const char * typeId() const =0
Generated by
1.8.14