| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
Directionality |
TerminologyData.directionality()
The directionality of your terminology resource indicates whether it has one source language (uni-directional) or
multiple (multi-directional).
|
Directionality |
TerminologyProperties.directionality()
The directionality of your terminology resource indicates whether it has one source language (uni-directional) or
multiple (multi-directional).
|
static Directionality |
Directionality.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Directionality |
Directionality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Directionality[] |
Directionality.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<Directionality> |
Directionality.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TerminologyData.Builder |
TerminologyData.Builder.directionality(Directionality directionality)
The directionality of your terminology resource indicates whether it has one source language
(uni-directional) or multiple (multi-directional).
|
TerminologyProperties.Builder |
TerminologyProperties.Builder.directionality(Directionality directionality)
The directionality of your terminology resource indicates whether it has one source language
(uni-directional) or multiple (multi-directional).
|
Copyright © 2023. All rights reserved.