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 reference documentation for the `Document.Types.EntityRelation` class within the Google Cloud Document AI v1 API, covering versions from 1.0.0 to the latest 3.19.0."],["`Document.Types.EntityRelation` defines the relationship between entities in a document, and is implemented through the IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces."],["The class is found in the namespace `Google.Cloud.DocumentAI.V1` and assembly `Google.Cloud.DocumentAI.V1.dll`."],["The `Document.Types.EntityRelation` class has three properties: `ObjectId`, `Relation`, and `SubjectId`, all of which are string types and are used to identify the object, describe its relationship, and identify the subject, respectively."],["You can construct a new `EntityRelation` either without any arguments or by providing another `EntityRelation` as a parameter to copy."]]],[]]