google_api_video_intelligence v0.26.1 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_Celebrity View Source

Celebrity definition.

Attributes

  • description (type: String.t, default: nil) - Textual description of additional information about the celebrity, if applicable.
  • displayName (type: String.t, default: nil) - The celebrity name.
  • name (type: String.t, default: nil) - The resource name of the celebrity. Have the format video-intelligence/kg-mid indicates a celebrity from preloaded gallery. kg-mid is the id in Google knowledge graph, which is unique for the celebrity.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_Celebrity{
    description: String.t(),
    displayName: String.t(),
    name: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.