logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ONVIF::Analytics::Types::OSDConfiguration

Author

       Generated by SOAP::WSDL

perl v5.40.1                                       2025-02-21              ONVIF::Analyti...SDConfiguration(3pm)

Description

       Perl data type class for the XML Schema defined complexType OSDConfiguration from the namespace
       http://www.onvif.org/ver10/schema.

   PROPERTIES
       The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

       •   VideoSourceConfigurationToken

       •   Type

       •   Position

       •   TextString

       •   Image

       •   Extension

Methods

new
       Constructor. The following data structure may be passed to new():

        { # ONVIF::Analytics::Types::OSDConfiguration
          VideoSourceConfigurationToken =>  { value => $some_value },
          Type => $some_value, # OSDType
          Position =>  { # ONVIF::Analytics::Types::OSDPosConfiguration
            Type =>  $some_value, # string
            Pos => ,
            Extension =>  { # ONVIF::Analytics::Types::OSDPosConfigurationExtension
            },
          },
          TextString =>  { # ONVIF::Analytics::Types::OSDTextConfiguration
            Type =>  $some_value, # string
            DateFormat =>  $some_value, # string
            TimeFormat =>  $some_value, # string
            FontSize =>  $some_value, # int
            FontColor =>  { # ONVIF::Analytics::Types::OSDColor
              Color => ,
            },
            BackgroundColor =>  { # ONVIF::Analytics::Types::OSDColor
              Color => ,
            },
            PlainText =>  $some_value, # string
            Extension =>  { # ONVIF::Analytics::Types::OSDTextConfigurationExtension
            },
          },
          Image =>  { # ONVIF::Analytics::Types::OSDImgConfiguration
            ImgPath =>  $some_value, # anyURI
            Extension =>  { # ONVIF::Analytics::Types::OSDImgConfigurationExtension
            },
          },
          Extension =>  { # ONVIF::Analytics::Types::OSDConfigurationExtension
          },
        },

Name

       ONVIF::Analytics::Types::OSDConfiguration

See Also