Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::Document::EntityRelation.
Relationship between Entities.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#object_id
def object_id() -> ::String Returns 
 - (::String) — Object entity id.
 
#object_id=
def object_id=(value) -> ::String Parameter 
 - value (::String) — Object entity id.
 
 Returns 
 - (::String) — Object entity id.
 
#relation
def relation() -> ::String Returns 
 - (::String) — Relationship description.
 
#relation=
def relation=(value) -> ::String Parameter 
 - value (::String) — Relationship description.
 
 Returns 
 - (::String) — Relationship description.
 
#subject_id
def subject_id() -> ::String Returns 
 - (::String) — Subject entity id.
 
#subject_id=
def subject_id=(value) -> ::String Parameter 
 - value (::String) — Subject entity id.
 
 Returns 
 - (::String) — Subject entity id.