MelConceptDetails¶
-
class
oci.ai_language.models.
MelConceptDetails
(**kwargs)¶ Bases:
object
The MEL concepts details for health ner.
Methods
__init__
(**kwargs)Initializes a new MelConceptDetails object with values from keyword arguments. Attributes
attributes
Gets the attributes of this MelConceptDetails. id
[Required] Gets the id of this MelConceptDetails. name
[Required] Gets the name of this MelConceptDetails. score
[Required] Gets the score of this MelConceptDetails. -
__init__
(**kwargs)¶ Initializes a new MelConceptDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this MelConceptDetails.
- name (str) – The value to assign to the name property of this MelConceptDetails.
- score (float) – The value to assign to the score property of this MelConceptDetails.
- attributes (dict(str, str)) – The value to assign to the attributes property of this MelConceptDetails.
-
attributes
¶ Gets the attributes of this MelConceptDetails. additional attribute values specific to ontology for ex. for SNOMED semantic_type and for for ICD-10 default_charge_code etc.
Returns: The attributes of this MelConceptDetails. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this MelConceptDetails. id of the relation
Returns: The id of this MelConceptDetails. Return type: str
-
name
¶ [Required] Gets the name of this MelConceptDetails. The matched concept name/description on the ontology
Returns: The name of this MelConceptDetails. Return type: str
-
score
¶ [Required] Gets the score of this MelConceptDetails. The relevant score between the concept and the input text
Returns: The score of this MelConceptDetails. Return type: float
-