NlpSemanticParsingModelsMediaAlbumTitle

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaAlbumTitle


Table of Contents ▼

Jump to a specific part of the page:

Description

Example: "The White Album"

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. favorite (type: boolean(), default: nil)
    - If true, indicates the user wants their favorite album. Like [play my favorite album my Eminem]
  4. first (type: boolean(), default: nil)
    - If true, indicates the user wants the first album. Like [play adele's first album]
  5. isFromFastPath (type: boolean(), default: nil)
    - Is annotated by Nimble for the media Fast Path.
  6. latest (type: boolean(), default: nil)
    - If true, indicates the user wants the latest album. Like, [play adele's latest album]
  7. playMore (type: boolean(), default: nil)
    - More from this album.
  8. qref (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotation, default: nil)
    -
  9. rawText (type: String.t, default: nil)
    - Required, corresponds to the raw text, like "The White Album."

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaAlbumTitle{
annotationList: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaMediaAnnotationList.t() | nil,
evalData: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t() | nil,
favorite: boolean() | nil,
first: boolean() | nil,
isFromFastPath: boolean() | nil,
latest: boolean() | nil,
playMore: boolean() | 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.NlpSemanticParsingModelsMediaAlbumTitle