public static class MelConcept.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MelConcept |
build() |
MelConcept.Builder |
concepts(List<MelConceptDetails> concepts)
This contains the list of matched concepts which are ranked by the relevant score with
the input text
|
MelConcept.Builder |
copy(MelConcept model) |
MelConcept.Builder |
ontologyName(String ontologyName)
Name of the ontology to which the Entity is mapped
|
public MelConcept.Builder ontologyName(String ontologyName)
Name of the ontology to which the Entity is mapped
ontologyName
- the value to setpublic MelConcept.Builder concepts(List<MelConceptDetails> concepts)
This contains the list of matched concepts which are ranked by the relevant score with the input text
concepts
- the value to setpublic MelConcept build()
public MelConcept.Builder copy(MelConcept model)
Copyright © 2016–2024. All rights reserved.