VideoContentSearchEntityAnnotations

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchEntityAnnotations


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchEntityAnnotations