NlpSaftEntityProfileKeyword

GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileKeyword


Table of Contents ▼

Jump to a specific part of the page:

Description

Keywords and key phrases for entity.

Attributes List

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

View Attributes

Attributes

  1. count (type: integer(), default: nil)
    -
  2. language (type: integer(), default: nil)
    -
  3. score (type: float(), default: nil)
    - Score associated with the keyword. For fine-grained types this is a probability.
  4. term (type: String.t, default: nil)
    -
  5. type (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileKeyword{
count: integer() | nil,
language: integer() | nil,
score: float() | nil,
term: String.t() | nil,
type: String.t() | nil
}

Function

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

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