Reference documentation and code samples for the Google Cloud Document Ai V1 Client class EntityRelation.
Relationship between Entities .
Generated from protobuf message google.cloud.documentai.v1.Document.EntityRelation
Namespace
Google \ Cloud \ DocumentAI \ V1 \ DocumentMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ subject_id
string
Subject entity id.
↳ object_id
string
Object entity id.
↳ relation
string
Relationship description.
getSubjectId
Subject entity id.
string
setSubjectId
Subject entity id.
var
string
$this
getObjectId
Object entity id.
string
setObjectId
Object entity id.
var
string
$this
getRelation
Relationship description.
string
setRelation
Relationship description.
var
string
$this