NlpSemanticParsingQRefAnnotationEntityRelationship

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotationEntityRelationship


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. entityIndex (type: integer(), default: nil)
    - The index of the other entity in the relationship.
  2. impliedBy (type: boolean(), default: nil)
    - True if this entity is implied by the other (includes geo contains).
  3. implies (type: boolean(), default: nil)
    - True if this entity implies the other (includes geo contained by).
  4. linkPropertyName (type: list(String.t), default: nil)
    - Names of the relationship links.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotationEntityRelationship{
entityIndex: integer() | nil,
impliedBy: boolean() | nil,
implies: boolean() | nil,
linkPropertyName: [String.t()] | nil
}

Function

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

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