Package | Description |
---|---|
com.oracle.bmc.ailanguage.model |
Modifier and Type | Method and Description |
---|---|
AssertionDetails |
AssertionDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AssertionDetails> |
HealthEntity.getAssertions()
list of all assertions associated with this entity.
|
Modifier and Type | Method and Description |
---|---|
AssertionDetails.Builder |
AssertionDetails.Builder.copy(AssertionDetails model) |
Modifier and Type | Method and Description |
---|---|
HealthEntity.Builder |
HealthEntity.Builder.assertions(List<AssertionDetails> assertions)
list of all assertions associated with this entity.
|
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.