GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaSong
Table of Contents ▼
Jump to a specific part of the page:
Description
Example: "Hey Jude"
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
annotationList
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaMediaAnnotationList
, default:nil
)
- Annotations from custom media annotator. -
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!! -
favorite
(type:boolean()
, default:nil
)
- If true, indicates the user wants their favorite album. Like [play my favorite song] -
first
(type:boolean()
, default:nil
)
- If true, indicates the user wants the first song. Like [play adele's first song] -
isAnnotatedFromText
(type:boolean()
, default:nil
)
- Annotation comes from a text annotator. Needed to boost recall. Typically need to be verified in superroot, and have separate scoring. -
isFromFastPath
(type:boolean()
, default:nil
)
- Is annotated by Nimble for the media Fast Path. -
latest
(type:boolean()
, default:nil
)
- If true, indicates the user wants the latest song. Like, [play adele's latest song] -
qref
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotation
, default:nil
)
- Optional, indicates this reference came from QRef. -
rawText
(type:String.t
, default:nil
)
- Required, corresponds to the raw text, like "Hey Jude."
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaSong{
annotationList: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaMediaAnnotationList.t() | nil,
evalData: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t() | nil,
favorite: boolean() | nil,
first: boolean() | nil,
isAnnotatedFromText: boolean() | nil,
isFromFastPath: boolean() | nil,
latest: boolean() | nil,
qref: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotation.t() | nil,
rawText: String.t() | nil
}
annotationList: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaMediaAnnotationList.t() | nil,
evalData: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t() | nil,
favorite: boolean() | nil,
first: boolean() | nil,
isAnnotatedFromText: boolean() | nil,
isFromFastPath: boolean() | nil,
latest: 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.NlpSemanticParsingModelsMediaSong