Google Cloud Document Ai V1 Client - Class EntityRelation (1.0.1)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Generated from protobuf field string subject_id = 1;

Returns
TypeDescription
string

setSubjectId

Subject entity id.

Generated from protobuf field string subject_id = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getObjectId

Object entity id.

Generated from protobuf field string object_id = 2;

Returns
TypeDescription
string

setObjectId

Object entity id.

Generated from protobuf field string object_id = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRelation

Relationship description.

Generated from protobuf field string relation = 3;

Returns
TypeDescription
string

setRelation

Relationship description.

Generated from protobuf field string relation = 3;

Parameter
NameDescription
var string
Returns
TypeDescription
$this