NlpSemanticParsingModelsMediaTVShow

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaTVShow


Table of Contents ▼

Jump to a specific part of the page:

Description

Example: "Breaking Bad"

Attributes List

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

View Attributes

Attributes

  1. annotationList (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaMediaAnnotationList, default: nil)
    - Annotations from custom media annotator.
  2. evalData (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData, default: nil)
    - Required, but should only be used inside Aqua and must not be used by outside clients!!
  3. isFromFastPath (type: boolean(), default: nil)
    - Is annotated by Nimble for the media Fast Path.
  4. providerMetadata (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaProviderMetadata), default: nil)
    -
  5. qref (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotation, default: nil)
    -
  6. rawText (type: String.t, default: nil)
    - Required, corresponds to the raw text, like "Breaking Bad"

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaTVShow{
annotationList: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaMediaAnnotationList.t() | nil,
evalData: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t() | nil,
isFromFastPath: boolean() | nil,
providerMetadata: [ GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaProviderMetadata.t() ] | nil,
qref: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotation.t() | nil,
rawText: String.t() | nil
}

Function

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

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