Class Document.Types.EntityRelation (1.0.0-beta03)

public sealed class EntityRelation : IMessage<Document.Types.EntityRelation>, IEquatable<Document.Types.EntityRelation>, IDeepCloneable<Document.Types.EntityRelation>, IBufferMessage, IMessage

Relationship between [Entities][google.cloud.documentai.v1beta2.Document.Entity].

Inheritance

Object > Document.Types.EntityRelation

Namespace

Google.Cloud.DocumentAI.V1Beta2

Assembly

Google.Cloud.DocumentAI.V1Beta2.dll

Constructors

EntityRelation()

public EntityRelation()

EntityRelation(Document.Types.EntityRelation)

public EntityRelation(Document.Types.EntityRelation other)
Parameter
NameDescription
otherDocument.Types.EntityRelation

Properties

ObjectId

public string ObjectId { get; set; }

Object entity id.

Property Value
TypeDescription
String

Relation

public string Relation { get; set; }

Relationship description.

Property Value
TypeDescription
String

SubjectId

public string SubjectId { get; set; }

Subject entity id.

Property Value
TypeDescription
String