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

View Source

Detected entity from video analysis.

Attributes

  • description (type: String.t, default: nil) - Textual description, e.g., Fixed-gear bicycle.
  • entityId (type: String.t, default: nil) - Opaque entity ID. Some IDs may be available in Google Knowledge Graph Search API.
  • languageCode (type: String.t, default: nil) - Language code for description in BCP-47 format.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_Entity{
    description: String.t() | nil,
    entityId: String.t() | nil,
    languageCode: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.