Google Cloud Document Ai V1 Client - Class EntityRelation (1.12.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

Namespace

Google \ Cloud \ DocumentAI \ V1 \ Document

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.

Returns
Type Description
string

setSubjectId

Subject entity id.

Parameter
Name Description
var string
Returns
Type Description
$this

getObjectId

Object entity id.

Returns
Type Description
string

setObjectId

Object entity id.

Parameter
Name Description
var string
Returns
Type Description
$this

getRelation

Relationship description.

Returns
Type Description
string

setRelation

Relationship description.

Parameter
Name Description
var string
Returns
Type Description
$this