View Source GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchEntityAnnotations (google_api_content_warehouse v0.4.0)

Entity annotations for one of the mids representing an anchor label or a query text.

Attributes

  • category (type: String.t, default: nil) - The Webref category that this entity belongs to e.g. "/moka/software".
  • confidence (type: number(), default: nil) - The overall confidence that this entity is annotated somewhere in the label.
  • isRestricted (type: boolean(), default: nil) - Whether or not this entity belongs to a set of blocklisted categories.
  • mid (type: String.t, default: nil) - The Webref entity mid.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchEntityAnnotations{
  category: String.t() | nil,
  confidence: number() | nil,
  isRestricted: boolean() | nil,
  mid: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.