GoogleApi.HealthCare.V1.Model.AnalyzeEntitiesResponse (google_api_health_care v0.40.0) View Source
Includes recognized entity mentions and relationships between them.
Attributes
-
entities(type:list(GoogleApi.HealthCare.V1.Model.Entity.t), default:nil) - The union of all the candidate entities that the entity_mentions in this response could link to. These are UMLS concepts or normalized mention content. -
entityMentions(type:list(GoogleApi.HealthCare.V1.Model.EntityMention.t), default:nil) - entity_mentions contains all the annotated medical entities that were mentioned in the provided document. -
relationships(type:list(GoogleApi.HealthCare.V1.Model.EntityMentionRelationship.t), default:nil) - relationships contains all the binary relationships that were identified between entity mentions within the provided document.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.HealthCare.V1.Model.AnalyzeEntitiesResponse{
entities: [GoogleApi.HealthCare.V1.Model.Entity.t()] | nil,
entityMentions: [GoogleApi.HealthCare.V1.Model.EntityMention.t()] | nil,
relationships:
[GoogleApi.HealthCare.V1.Model.EntityMentionRelationship.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.