NlpSaftEntityProfile

GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfile


Table of Contents ▼

Jump to a specific part of the page:

Description

An entity profile contains a summary of the information about a single unique entity. Next available index: 46.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. alternate (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileAlternate), default: nil)
    -
  2. annotations (type: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet, default: nil)
    - Generic annotations.
  3. attribute (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileAttribute), default: nil)
    - List of attributes for the entity.
  4. canonicalName (type: String.t, default: nil)
    - Canonical entity name.
  5. collectionScoreType (type: String.t, default: nil)
    -
  6. disambiguation (type: String.t, default: nil)
    - Disambiguation phrase. The combination of entity name and disambiguation phrase should be unique within the corpus.
  7. embedding (type: list(number()), default: nil)
    - Entity embeding vector, representing the entity in a dense low-dimensional embedding space.
  8. frame (type: String.t, default: nil)
    - Profile frame in binary SLING encoding.
  9. gender (type: String.t, default: nil)
    - Gender of the entity.
  10. id (type: String.t, default: nil)
    - Unique global id for entity.
  11. identifier (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSaftIdentifier), default: nil)
    - External identifiers for entity.
  12. keyword (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileKeyword), default: nil)
    -
  13. mid (type: String.t, default: nil)
    - Freebase MID for entity. This field should be the same as FREEBASE_MID identifier for the entity profile.
  14. name (type: String.t, default: nil)
    - Representative name for entity.
  15. nameLanguage (type: integer(), default: nil)
    - Language for the name and disambiguation.
  16. nature (type: String.t, default: nil)
    - Nature of the entity.
  17. reference (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileReference), default: nil)
    -
  18. type (type: String.t, default: nil)
    - Entity type.

Type

@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
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfile