Class MelConceptDetails
The MEL concepts details for health ner.
Inherited Members
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class MelConceptDetails
Properties
Attributes
Declaration
[JsonProperty(PropertyName = "attributes")]
public Dictionary<string, string> Attributes { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | additional attribute values specific to ontology for ex. for SNOMED semantic_type and for for ICD-10 default_charge_code etc. |
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | id of the relation |
Remarks
Required
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The matched concept name/description on the ontology |
Remarks
Required
Score
Declaration
[Required(ErrorMessage = "Score is required.")]
[JsonProperty(PropertyName = "score")]
public double Score { get; set; }
Property Value
Type | Description |
---|---|
double | The relevant score between the concept and the input text |
Remarks
Required