Uses of Class
com.oracle.bmc.ailanguage.model.MelConcept.Builder
-
Packages that use MelConcept.Builder Package Description com.oracle.bmc.ailanguage.model -
-
Uses of MelConcept.Builder in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return MelConcept.Builder Modifier and Type Method Description static MelConcept.Builder
MelConcept. builder()
Create a new builder.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 textMelConcept.Builder
MelConcept.Builder. copy(MelConcept model)
MelConcept.Builder
MelConcept.Builder. ontologyName(String ontologyName)
Name of the ontology to which the Entity is mappedMelConcept.Builder
MelConcept. toBuilder()
-