google_api_video_intelligence v0.20.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute View Source

A generic detected attribute represented by name in string format.

Attributes

  • confidence (type: number(), default: nil) - Detected attribute confidence. Range [0, 1].
  • name (type: String.t, default: nil) - The name of the attribute, i.e. glasses, dark_glasses, mouth_open etc. A full list of supported type names will be provided in the document.
  • value (type: String.t, default: nil) - Text value of the detection result. For example, the value for "HairColor" can be "black", "blonde", etc.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute{
    confidence: number(),
    name: String.t(),
    value: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.