Uses of Class
com.oracle.bmc.ailanguage.model.MelConceptDetails
-
Packages that use MelConceptDetails Package Description com.oracle.bmc.ailanguage.model -
-
Uses of MelConceptDetails in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return MelConceptDetails Modifier and Type Method Description MelConceptDetails
MelConceptDetails.Builder. build()
Methods in com.oracle.bmc.ailanguage.model that return types with arguments of type MelConceptDetails Modifier and Type Method Description List<MelConceptDetails>
MelConcept. getConcepts()
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 MelConceptDetails Modifier and Type Method Description MelConceptDetails.Builder
MelConceptDetails.Builder. copy(MelConceptDetails model)
Method parameters in com.oracle.bmc.ailanguage.model with type arguments of type MelConceptDetails Modifier and Type Method Description MelConcept.Builder
MelConcept.Builder. concepts(List<MelConceptDetails> concepts)
This contains the list of matched concepts which are ranked by the relevant score with the input textConstructor parameters in com.oracle.bmc.ailanguage.model with type arguments of type MelConceptDetails Constructor Description MelConcept(String ontologyName, List<MelConceptDetails> concepts)
Deprecated.
-