Show / Hide Table of Contents

Class Document.Types.EntityRelation

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

Inheritance
System.Object
Document.Types.EntityRelation
Implements
IMessage<Document.Types.EntityRelation>
System.IEquatable<Document.Types.EntityRelation>
IDeepCloneable<Document.Types.EntityRelation>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DocumentAI.V1Beta2
Assembly: Google.Cloud.DocumentAI.V1Beta2.dll
Syntax
public sealed class EntityRelation : IMessage<Document.Types.EntityRelation>, IEquatable<Document.Types.EntityRelation>, IDeepCloneable<Document.Types.EntityRelation>, IBufferMessage, IMessage

Constructors

EntityRelation()

Declaration
public EntityRelation()

EntityRelation(Document.Types.EntityRelation)

Declaration
public EntityRelation(Document.Types.EntityRelation other)
Parameters
Type Name Description
Document.Types.EntityRelation other

Properties

ObjectId

Object entity id.

Declaration
public string ObjectId { get; set; }
Property Value
Type Description
System.String

Relation

Relationship description.

Declaration
public string Relation { get; set; }
Property Value
Type Description
System.String

SubjectId

Subject entity id.

Declaration
public string SubjectId { get; set; }
Property Value
Type Description
System.String
Back to top