VideoContentSearchDescriptionAnchorFeatures

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchDescriptionAnchorFeatures


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. entityTextCoverage (type: number(), default: nil)
    - When the description anchor text has been recognized as an entity, how much of the description anchor text is covered by the entity mention.
  2. inAsr (type: boolean(), default: nil)
    - Whether or not a mention of the description anchor exists in the ASR.
  3. isDescriptionAnchor (type: boolean(), default: nil)
    - Whether or not the anchor was created from the description for use in training data. This will be set to true for positive examples and false for negative examples.
  4. spanToAsrTime (type: integer(), default: nil)
    - The distance from the ASR sentence to the description anchor time in ms.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchDescriptionAnchorFeatures{
entityTextCoverage: number() | nil,
inAsr: boolean() | nil,
isDescriptionAnchor: boolean() | nil,
spanToAsrTime: integer() | nil
}

Function

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

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