Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentEntityRelation (googly_document_ai v0.1.0)

Copy Markdown View Source

Relationship between Entities.

Attributes

  • object_id (type: String.t()) - Object entity id.
  • relation (type: String.t()) - Relationship description.
  • subject_id (type: String.t()) - Subject entity id.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentEntityRelation{
  object_id: String.t() | nil,
  relation: String.t() | nil,
  subject_id: String.t() | nil
}