NlpSaftEntityProfileAlternate

GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileAlternate


Table of Contents ▼

Jump to a specific part of the page:

Description

Alternative names for entity.

Attributes List

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

View Attributes

Attributes

  1. count (type: integer(), default: nil)
    -
  2. form (type: integer(), default: nil)
    - see nlp/saft/resolution/name-form.h for values
  3. frame (type: String.t, default: nil)
    - frame in SLING encoding
  4. language (type: integer(), default: nil)
    -
  5. name (type: String.t, default: nil)
    -
  6. sources (type: integer(), default: nil)
    - (1 << SRC_DEFAULT)

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileAlternate{
count: integer() | nil,
form: integer() | nil,
frame: String.t() | nil,
language: integer() | nil,
name: String.t() | nil,
sources: integer() | nil
}

Function

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

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