CopleyLexicalMetadata

GoogleApi.ContentWarehouse.V1.Model.CopleyLexicalMetadata


Table of Contents ▼

Jump to a specific part of the page:

Description

Contains lexical metadata for a given reference. For example, this proto will be used to store locale-specific Lexical mids for contact relationships (e.g. /g/11gv0vypg4 is the mid for mother in english and /g/11gmy_gv87 is for mother in french) as an extension to QRefAnnotation::other_metadata, when available.

Attributes List

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

View Attributes

Attributes

  1. canonicalLexicalMid (type: String.t, default: nil)
    - Mid for an entity that has lexical data (a LexiconEntry). See https://g3doc.corp.google.com/nlp/generation/g3doc/lexical_data.md for for more information about lexical data. This is the canonical mid for this entity (eg. it would be for "mother" in EN even if user referred to "mom").

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CopleyLexicalMetadata{
canonicalLexicalMid: String.t() | nil
}

Function

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

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