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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.