Voting helps other researchers find interesting modules.
Named entities in the document.
antecedent
integer()
nil
entityType
String.t
entityTypeProbability
list(float())
gender
info
GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t
mention
list(GoogleApi.ContentWarehouse.V1.Model.NlpSaftMention.t)
name
profile
GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfile.t
referent
GoogleApi.ContentWarehouse.V1.Model.NlpSaftReferent.t
representativeMention
salience
float()
type
list(GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityType.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntity{ antecedent: integer() | nil, entityType: String.t() | nil, entityTypeProbability: [float()] | nil, gender: String.t() | nil, info: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil, mention: [GoogleApi.ContentWarehouse.V1.Model.NlpSaftMention.t()] | nil, name: String.t() | nil, profile: GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfile.t() | nil, referent: GoogleApi.ContentWarehouse.V1.Model.NlpSaftReferent.t() | nil, representativeMention: integer() | nil, salience: float() | nil, type: [GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityType.t()] | nil }
@spec decode(struct(), keyword()) :: struct()