| 
 
 NAMEONVIF::PTZ::Types::FocusOptions20 DESCRIPTIONPerl data type class for the XML Schema defined complexType FocusOptions20 from the namespace http://www.onvif.org/ver10/schema. PROPERTIESThe following properties may be accessed using get_PROPERTY / set_PROPERTY methods: 
 METHODSnewConstructor. The following data structure may be passed to new():  { # ONVIF::PTZ::Types::FocusOptions20
   AutoFocusModes => $some_value, # AutoFocusMode
   DefaultSpeed =>  { # ONVIF::PTZ::Types::FloatRange
     Min =>  $some_value, # float
     Max =>  $some_value, # float
   },
   NearLimit =>  { # ONVIF::PTZ::Types::FloatRange
     Min =>  $some_value, # float
     Max =>  $some_value, # float
   },
   FarLimit =>  { # ONVIF::PTZ::Types::FloatRange
     Min =>  $some_value, # float
     Max =>  $some_value, # float
   },
   Extension =>  { # ONVIF::PTZ::Types::FocusOptions20Extension
   },
 },
AUTHORGenerated by SOAP::WSDL 
 
  |