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

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 \ Document

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.

Returns
TypeDescription
string

setSubjectId

Subject entity id.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getObjectId

Object entity id.

Returns
TypeDescription
string

setObjectId

Object entity id.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRelation

Relationship description.

Returns
TypeDescription
string

setRelation

Relationship description.

Parameter
NameDescription
var string
Returns
TypeDescription
$this