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
Name
Description
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
Type
Description
string

setSubjectId

Subject entity id.

Generated from protobuf field string subject_id = 1;

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getObjectId

Object entity id.

Generated from protobuf field string object_id = 2;

Returns
Type
Description
string

setObjectId

Object entity id.

Generated from protobuf field string object_id = 2;

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getRelation

Relationship description.

Generated from protobuf field string relation = 3;

Returns
Type
Description
string

setRelation

Relationship description.

Generated from protobuf field string relation = 3;

Parameter
Name
Description
var
string
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: