public sealed class Document.Types.EntityRelation : IMessage<Document.Types.EntityRelation>, IEquatable<Document.Types.EntityRelation>, IDeepCloneable<Document.Types.EntityRelation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.EntityRelation.
Relationship between
[Entities][google.cloud.documentai.v1.Document.Entity].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `Document.Types.EntityRelation` class within the Google Cloud Document AI v1 API, specifically for the .NET environment, with version 3.18.0 highlighted."],["The `EntityRelation` class represents the relationship between entities, with each relationship containing a subject ID, an object ID, and a description of the relation itself."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.DocumentAI.V1` namespace."],["The page also includes links to documentation for all previous versions, with the most recent being version 3.19.0."],["The `EntityRelation` Class has 2 constructors: `EntityRelation()` and `EntityRelation(EntityRelation other)` and has three properties: `ObjectId`, `Relation` and `SubjectId`."]]],[]]