View Source GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingSaftCoreference (google_api_content_warehouse v0.4.0)

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.