ONVIF::Device::Types::EngineConfiguration (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
ONVIF::Device::Types::EngineConfiguration
DESCRIPTION
Perl data type class for the XML Schema defined complexType EngineConfiguration from the namespace http://www.onvif.org/ver10/schema.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
o VideoAnalyticsConfiguration
o AnalyticsEngineInputInfo
METHODS
new
Constructor. The following data structure may be passed to new():
{ # ONVIF::Device::Types::EngineConfiguration
VideoAnalyticsConfiguration => { # ONVIF::Device::Types::VideoAnalyticsConfiguration
AnalyticsEngineConfiguration => { # ONVIF::Device::Types::AnalyticsEngineConfiguration
AnalyticsModule => { # ONVIF::Device::Types::Config
Parameters => { # ONVIF::Device::Types::ItemList
SimpleItem => ,
ElementItem => {
},
Extension => { # ONVIF::Device::Types::ItemListExtension
},
},
},
Extension => { # ONVIF::Device::Types::AnalyticsEngineConfigurationExtension
},
},
RuleEngineConfiguration => { # ONVIF::Device::Types::RuleEngineConfiguration
Rule => { # ONVIF::Device::Types::Config
Parameters => { # ONVIF::Device::Types::ItemList
SimpleItem => ,
ElementItem => {
},
Extension => { # ONVIF::Device::Types::ItemListExtension
},
},
},
Extension => { # ONVIF::Device::Types::RuleEngineConfigurationExtension
},
},
},
AnalyticsEngineInputInfo => { # ONVIF::Device::Types::AnalyticsEngineInputInfo
InputInfo => { # ONVIF::Device::Types::Config
Parameters => { # ONVIF::Device::Types::ItemList
SimpleItem => ,
ElementItem => {
},
Extension => { # ONVIF::Device::Types::ItemListExtension
},
},
},
Extension => { # ONVIF::Device::Types::AnalyticsEngineInputInfoExtension
},
},
},
AUTHOR
Generated by SOAP::WSDL