Show / Hide Table of Contents

Class MelConcept

The MEL concepts details for health ner.

Inheritance
object
MelConcept
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top