GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_PersonDetectionConfig (google_api_video_intelligence v0.33.0)

View Source

Config for PERSON_DETECTION.

Attributes

  • includeAttributes (type: boolean(), default: nil) - Whether to enable person attributes detection, such as cloth color (black, blue, etc), type (coat, dress, etc), pattern (plain, floral, etc), hair, etc. Ignored if 'include_bounding_boxes' is set to false.
  • includeBoundingBoxes (type: boolean(), default: nil) - Whether bounding boxes are included in the person detection annotation output.
  • includePoseLandmarks (type: boolean(), default: nil) - Whether to enable pose landmarks detection. Ignored if 'include_bounding_boxes' is set to false.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_PersonDetectionConfig{
    includeAttributes: boolean() | nil,
    includeBoundingBoxes: boolean() | nil,
    includePoseLandmarks: boolean() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.