table of contents
other versions
- stretch-backports 1.30.4+dfsg-2~bpo9+1
- unstable 1.32.3-2
ONVIF::Media::Elements::GetVideoAnalyticsConfigurationResponse(3pm) | User Contributed Perl Documentation | ONVIF::Media::Elements::GetVideoAnalyticsConfigurationResponse(3pm) |
NAME¶
ONVIF::Media::Elements::GetVideoAnalyticsConfigurationResponseDESCRIPTION¶
Perl data type class for the XML Schema defined element GetVideoAnalyticsConfigurationResponse from the namespace http://www.onvif.org/ver10/media/wsdl.PROPERTIES¶
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:- •
- Configuration
$element->set_Configuration($data); $element->get_Configuration();
METHODS¶
new¶
my $element = ONVIF::Media::Elements::GetVideoAnalyticsConfigurationResponse->new($data);
Constructor. The following data structure may be passed to new():
{ Configuration => { # 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 }, }, }, },
AUTHOR¶
Generated by SOAP::WSDL2017-09-18 | perl v5.24.1 |