| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
SNOMEDCTEntityCategory |
SNOMEDCTEntity.category()
The category of the detected entity.
|
SNOMEDCTEntityCategory |
SNOMEDCTAttribute.category()
The category of the detected attribute.
|
static SNOMEDCTEntityCategory |
SNOMEDCTEntityCategory.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static SNOMEDCTEntityCategory |
SNOMEDCTEntityCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SNOMEDCTEntityCategory[] |
SNOMEDCTEntityCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SNOMEDCTEntityCategory> |
SNOMEDCTEntityCategory.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.category(SNOMEDCTEntityCategory category)
The category of the detected entity.
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.category(SNOMEDCTEntityCategory category)
The category of the detected attribute.
|
Copyright © 2023. All rights reserved.