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

View Source

Config for FACE_DETECTION.

Attributes

  • includeAttributes (type: boolean(), default: nil) - Whether to enable face attributes detection, such as glasses, dark_glasses, mouth_open etc. Ignored if 'include_bounding_boxes' is set to false.
  • includeBoundingBoxes (type: boolean(), default: nil) - Whether bounding boxes are included in the face annotation output.
  • model (type: String.t, default: nil) - Model to use for face detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.