Voting helps other researchers find interesting modules.
An entity profile contains a summary of the information about a single unique entity. Next available index: 46.
alternate
list(GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileAlternate.t)
nil
annotations
GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t
attribute
list(GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileAttribute.t)
canonicalName
String.t
collectionScoreType
disambiguation
embedding
list(number())
frame
gender
id
identifier
list(GoogleApi.ContentWarehouse.V1.Model.NlpSaftIdentifier.t)
keyword
list(GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileKeyword.t)
mid
name
nameLanguage
integer()
nature
reference
list(GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileReference.t)
related
list(GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileRelated.t)
type
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfile{ alternate: [GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileAlternate.t()] | nil, annotations: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil, attribute: [GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileAttribute.t()] | nil, canonicalName: String.t() | nil, collectionScoreType: String.t() | nil, disambiguation: String.t() | nil, embedding: [number()] | nil, frame: String.t() | nil, gender: String.t() | nil, id: String.t() | nil, identifier: [GoogleApi.ContentWarehouse.V1.Model.NlpSaftIdentifier.t()] | nil, keyword: [GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileKeyword.t()] | nil, mid: String.t() | nil, name: String.t() | nil, nameLanguage: integer() | nil, nature: String.t() | nil, reference: [GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileReference.t()] | nil, related: [GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileRelated.t()] | nil, type: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()