View Source GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaPodcast (google_api_content_warehouse v0.3.0)
Example: "This American Life"
Attributes
-
evalData(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t, default:nil) - Required, but should only be used inside Aqua and must not be used by outside clients!! -
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. -
normalizedText(type:String.t, default:nil) - Optional, some canonical name for the playlist. -
qref(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotation.t, default:nil) - -
rawText(type:String.t, default:nil) - Required, corresponds to the raw text, like "this american life"
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaPodcast{ evalData: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t() | nil, isAnnotatedFromText: boolean() | nil, normalizedText: String.t() | nil, qref: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotation.t() | nil, rawText: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.