Package | Description |
---|---|
com.oracle.bmc.ailanguage.model |
Modifier and Type | Method and Description |
---|---|
MelConcept |
MelConcept.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<MelConcept> |
HealthEntity.getMatchedConcepts()
This contains the list of matched concepts which are ranked by the relevant score with the
input text
|
Modifier and Type | Method and Description |
---|---|
MelConcept.Builder |
MelConcept.Builder.copy(MelConcept model) |
Modifier and Type | Method and 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
|
Constructor and Description |
---|
HealthEntity(Integer offset,
Integer length,
String text,
String type,
String subType,
Double score,
String category,
String id,
List<AssertionDetails> assertions,
List<MelConcept> matchedConcepts)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.