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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.