Voting helps other researchers find interesting modules.
Relations between entities in the document. A relation is between two different entities in the document. A relation can have a number of mentions in the document. Next available id: 11
identifier
GoogleApi.ContentWarehouse.V1.Model.NlpSaftIdentifier.t
nil
info
GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t
kind
String.t
mention
list(GoogleApi.ContentWarehouse.V1.Model.NlpSaftRelationMention.t)
score
number()
source
integer()
target
type
typeId
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSaftRelation{ identifier: GoogleApi.ContentWarehouse.V1.Model.NlpSaftIdentifier.t() | nil, info: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil, kind: String.t() | nil, mention: [GoogleApi.ContentWarehouse.V1.Model.NlpSaftRelationMention.t()] | nil, score: number() | nil, source: integer() | nil, target: integer() | nil, type: String.t() | nil, typeId: integer() | nil }
@spec decode(struct(), keyword()) :: struct()