GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaGame
Table of Contents ▼
Jump to a specific part of the page:
Description
Example: "Deus Ex Human Revolution"
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
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!! -
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. -
qref
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotation
, default:nil
)
- -
rawText
(type:String.t
, default:nil
)
- Required, corresponds to the raw text, like "Deus Ex Human Revolution"
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaGame{
evalData: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t() | nil,
isAnnotatedFromText: boolean() | nil,
qref: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotation.t() | nil,
rawText: String.t() | nil
}
evalData: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t() | nil,
isAnnotatedFromText: 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.NlpSemanticParsingModelsMediaGame