NlpSemanticParsingSaftCoreference

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingSaftCoreference


Table of Contents ▼

Jump to a specific part of the page:

Description

Identifies a coreference mention (pronoun or nominal) resolved to an entity.

Attributes List

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

View Attributes

Attributes

  1. category (type: String.t, default: nil)
    - Categories can be either a $PronounMention or $NominalMention.
  2. rawText (type: String.t, default: nil)
    - The substring of the raw query spanned by this annotation.
  3. referentText (type: String.t, default: nil)
    - The name of the entity this mentions refers to.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingSaftCoreference{
category: String.t() | nil,
rawText: String.t() | nil,
referentText: String.t() | nil
}

Function

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

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