class Google::Apis::HealthcareV1::LinkedEntity

EntityMentions can be linked to multiple entities using a LinkedEntity message lets us add other fields, e.g. confidence.

Attributes

entity_id[RW]

entity_id is a concept unique identifier. These are prefixed by a string that identifies the entity coding system, followed by the unique identifier within that system. For example, “UMLS/C0000970”. This also supports ad hoc entities, which are formed by normalizing entity mention content. Corresponds to the JSON property `entityId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 2539
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/healthcare_v1/classes.rb, line 2544
def update!(**args)
  @entity_id = args[:entity_id] if args.key?(:entity_id)
end