| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
static LanguageCode |
LanguageCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LanguageCode |
StartPhiDetectionJobRequest.languageCode()
The language of the input documents.
|
LanguageCode |
StartEntitiesDetectionV2JobRequest.languageCode()
The language of the input documents.
|
LanguageCode |
ComprehendMedicalAsyncJobProperties.languageCode()
The language code of the input documents.
|
static LanguageCode |
LanguageCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LanguageCode[] |
LanguageCode.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<LanguageCode> |
LanguageCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartPhiDetectionJobRequest.Builder |
StartPhiDetectionJobRequest.Builder.languageCode(LanguageCode languageCode)
The language of the input documents.
|
StartEntitiesDetectionV2JobRequest.Builder |
StartEntitiesDetectionV2JobRequest.Builder.languageCode(LanguageCode languageCode)
The language of the input documents.
|
ComprehendMedicalAsyncJobProperties.Builder |
ComprehendMedicalAsyncJobProperties.Builder.languageCode(LanguageCode languageCode)
The language code of the input documents.
|
Copyright © 2020. All rights reserved.