This element contains a list of Analytics configurations.
@type t() :: %Onvif.Media.Ver10.Schemas.Profile.VideoAnalyticsConfiguration{ analytics_engine_configuration: term(), name: term(), reference_token: term(), rule_engine_configuration: term(), use_count: term() }
@spec to_json(t()) :: {:error, %{ :__exception__ => any(), :__struct__ => Jason.EncodeError | Protocol.UndefinedError, optional(atom()) => any() }} | {:ok, binary()}