View Source ExOnvif.Analytics.ServiceCapabilities (ExOnvif v0.7.1)

Schema describing the capabilities of the analytics service.

Summary

Types

t()

@type t() :: %ExOnvif.Analytics.ServiceCapabilities{
  analytics_module_options_supported: boolean() | nil,
  analytics_module_support: boolean() | nil,
  cell_based_scene_description_supported: boolean() | nil,
  image_sending_type: [String.t()] | nil,
  rule_options_supported: boolean() | nil,
  rule_support: boolean() | nil,
  supported_metadata: boolean() | nil
}

Functions

changeset(struct, params \\ %{})

parse(doc)

to_struct(parsed)