| Package | Description |
|---|---|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
static Directionality |
Directionality.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
TerminologyProperties |
TerminologyProperties.withDirectionality(Directionality directionality)
The directionality of your terminology resource indicates whether it has one source language (uni-directional) or
multiple (multi-directional).
|
TerminologyData |
TerminologyData.withDirectionality(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.