Uses of Class
com.oracle.bmc.ailanguage.model.MelConcept
-
Packages that use MelConcept Package Description com.oracle.bmc.ailanguage.model -
-
Uses of MelConcept in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return MelConcept Modifier and Type Method Description MelConcept
MelConcept.Builder. build()
Methods in com.oracle.bmc.ailanguage.model that return types with arguments of type MelConcept Modifier and Type Method Description List<MelConcept>
HealthEntity. getMatchedConcepts()
This contains the list of matched concepts which are ranked by the relevant score with the input textMethods in com.oracle.bmc.ailanguage.model with parameters of type MelConcept Modifier and Type Method Description MelConcept.Builder
MelConcept.Builder. copy(MelConcept model)
Method parameters in com.oracle.bmc.ailanguage.model with type arguments of type MelConcept Modifier and Type Method Description HealthEntity.Builder
HealthEntity.Builder. matchedConcepts(List<MelConcept> matchedConcepts)
This contains the list of matched concepts which are ranked by the relevant score with the input text
-