View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1DocumentEntityRelation (google_api_document_ai v0.39.0)

Relationship between Entities.

Attributes

  • objectId (type: String.t, default: nil) - Object entity id.
  • relation (type: String.t, default: nil) - Relationship description.
  • subjectId (type: String.t, default: nil) - Subject entity id.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1DocumentEntityRelation{
    objectId: String.t() | nil,
    relation: String.t() | nil,
    subjectId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.