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

Message for SAFT named entities.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.