public sealed class EntityRelation : IMessage<Document.Types.EntityRelation>, IEquatable<Document.Types.EntityRelation>, IDeepCloneable<Document.Types.EntityRelation>, IBufferMessage, IMessageRelationship between [Entities][google.cloud.documentai.v1.Document.Entity].
Implements
IMessage<Document.Types.EntityRelation>, IEquatable<Document.Types.EntityRelation>, IDeepCloneable<Document.Types.EntityRelation>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
EntityRelation()
public EntityRelation()EntityRelation(Document.Types.EntityRelation)
public EntityRelation(Document.Types.EntityRelation other)| Parameter | |
|---|---|
| Name | Description |
other |
Document.Types.EntityRelation |
Properties
ObjectId
public string ObjectId { get; set; }Object entity id.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Relation
public string Relation { get; set; }Relationship description.
| Property Value | |
|---|---|
| Type | Description |
String |
|
SubjectId
public string SubjectId { get; set; }Subject entity id.
| Property Value | |
|---|---|
| Type | Description |
String |
|