ONVIF::Media::Elements::GetVideoAnalyticsConfigurationsResponse(3pm) | User Contributed Perl Documentation | ONVIF::Media::Elements::GetVideoAnalyticsConfigurationsResponse(3pm) |
ONVIF::Media::Elements::GetVideoAnalyticsConfigurationsResponse
Perl data type class for the XML Schema defined element GetVideoAnalyticsConfigurationsResponse from the namespace http://www.onvif.org/ver10/media/wsdl.
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
$element->set_Configurations($data); $element->get_Configurations();
my $element = ONVIF::Media::Elements::GetVideoAnalyticsConfigurationsResponse->new($data);
Constructor. The following data structure may be passed to new():
{ Configurations => { # 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 }, }, }, },
Generated by SOAP::WSDL
2023-02-24 | perl v5.36.0 |