Class MelConcept
The MEL concepts details for health ner.
Inherited Members
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class MelConcept
Properties
Concepts
Declaration
[Required(ErrorMessage = "Concepts is required.")]
[JsonProperty(PropertyName = "concepts")]
public List<MelConceptDetails> Concepts { get; set; }
Property Value
Type | Description |
---|---|
List<MelConceptDetails> | This contains the list of matched concepts which are ranked by the relevant score with the input text |
Remarks
Required
OntologyName
Declaration
[Required(ErrorMessage = "OntologyName is required.")]
[JsonProperty(PropertyName = "ontologyName")]
public string OntologyName { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the ontology to which the Entity is mapped |
Remarks
Required