GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaMusicGenre
Table of Contents ▼
Jump to a specific part of the page:
Description
Example: "British Invasion"
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!! -
playMore
(type:boolean()
, default:nil
)
- More from this genre. -
qref
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotation
, default:nil
)
- -
rawText
(type:String.t
, default:nil
)
- Required, corresponds to the raw text, like "British Invasion"
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaMusicGenre{
annotationList: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaMediaAnnotationList.t() | nil,
evalData: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t() | nil,
playMore: 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,
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.NlpSemanticParsingModelsMediaMusicGenre