ONVIF::Media::Elements::GetCompatibleVideoAnalyticsConfigurationsResponse (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
ONVIF::Media::Elements::GetCompatibleVideoAnalyticsConfigurationsResponseDESCRIPTION
Perl data type class for theXML
Schema defined element
GetCompatibleVideoAnalyticsConfigurationsResponse from the namespace www.onvif.org/ver10/media/wsdl
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:- *
-
Configurations
$element->set_Configurations($data); $element->get_Configurations();
METHODS
new
my $element = ONVIF::Media::Elements::GetCompatibleVideoAnalyticsConfigurationsResponse->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 }, }, }, },
AUTHOR
Generated bySOAP::WSDL