Voting helps other researchers find interesting modules.
Signals associated with nlp_ig::v1::SemanticAnnotator.
category
String.t
nil
domain
features
list(GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQuerySemanticAnnotationSignalsFeature.t)
score
float()
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQuerySemanticAnnotationSignals{ category: String.t() | nil, domain: String.t() | nil, features: [ GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQuerySemanticAnnotationSignalsFeature.t() ] | nil, score: float() | nil }
@spec decode(struct(), keyword()) :: struct()