nx_metadata_sdk  1.0
Metadata SDK
object_attributes.h
1 // Copyright 2018-present Network Optix, Inc. Licensed under MPL 2.0: www.mozilla.org/MPL/2.0/
2 
3 #include <map>
4 #include <string>
5 
6 namespace nx {
7 namespace vms_server_plugins {
8 namespace analytics {
9 namespace stub {
10 namespace object_detection {
11 
12 extern const std::map<
13  /*objectTypeId*/ std::string,
14  std::map</*attributeName*/ std::string, /*attributeValue*/ std::string>> kObjectAttributes;
15 
16 } // namespace object_detection
17 } // namespace stub
18 } // namespace analytics
19 } // namespace vms_server_plugins
20 } // namespace nx
Definition: apple_utils.h:6