VideoContentSearchNamedEntity

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchNamedEntity


Table of Contents ▼

Jump to a specific part of the page:

Description

Message for SAFT named entities.

Attributes List

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

View Attributes

Attributes

  1. entityType (type: String.t, default: nil)
    - Type name: e.g. /saft/person for a person's name.
  2. text (type: String.t, default: nil)
    - Text referring to an entity of type entity_type;

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchNamedEntity{
entityType: String.t() | nil,
text: String.t() | nil
}

Function

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

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