Voting helps other researchers find interesting modules.
A referent contains information about what a discourse context entity is referring to. It acts like a canonical mention of the entity.
distance
float()
nil
explicitness
String.t
info
GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t
phrase
GoogleApi.ContentWarehouse.V1.Model.NlpSaftPhrase.t
prominence
role
token
list(GoogleApi.ContentWarehouse.V1.Model.NlpSaftToken.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSaftReferent{ distance: float() | nil, explicitness: String.t() | nil, info: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil, phrase: GoogleApi.ContentWarehouse.V1.Model.NlpSaftPhrase.t() | nil, prominence: float() | nil, role: String.t() | nil, token: [GoogleApi.ContentWarehouse.V1.Model.NlpSaftToken.t()] | nil }
@spec decode(struct(), keyword()) :: struct()