|
|
| |
ONVIF::Media::Types::VideoAnalyticsConfiguration(3) |
User Contributed Perl Documentation |
ONVIF::Media::Types::VideoAnalyticsConfiguration(3) |
ONVIF::Media::Types::VideoAnalyticsConfiguration
Perl data type class for the XML Schema defined complexType
VideoAnalyticsConfiguration from the namespace
http://www.onvif.org/ver10/schema.
The following properties may be accessed using get_PROPERTY / set_PROPERTY
methods:
- AnalyticsEngineConfiguration
- RuleEngineConfiguration
Constructor. The following data structure may be passed to new():
{ # ONVIF::Media::Types::VideoAnalyticsConfiguration
AnalyticsEngineConfiguration => { # ONVIF::Media::Types::AnalyticsEngineConfiguration
AnalyticsModule => { # ONVIF::Media::Types::Config
Parameters => { # ONVIF::Media::Types::ItemList
SimpleItem => ,
ElementItem => {
},
Extension => { # ONVIF::Media::Types::ItemListExtension
},
},
},
Extension => { # ONVIF::Media::Types::AnalyticsEngineConfigurationExtension
},
},
RuleEngineConfiguration => { # ONVIF::Media::Types::RuleEngineConfiguration
Rule => { # ONVIF::Media::Types::Config
Parameters => { # ONVIF::Media::Types::ItemList
SimpleItem => ,
ElementItem => {
},
Extension => { # ONVIF::Media::Types::ItemListExtension
},
},
},
Extension => { # ONVIF::Media::Types::RuleEngineConfigurationExtension
},
},
},
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |