Uses of Class
software.amazon.awssdk.services.translate.model.Brevity
-
Packages that use Brevity Package Description software.amazon.awssdk.services.translate.model -
-
Uses of Brevity in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return Brevity Modifier and Type Method Description BrevityTranslationSettings. brevity()When you turn on brevity, Amazon Translate reduces the length of the translation output for most translations (when compared with the same translation with brevity turned off).static BrevityBrevity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BrevityBrevity. valueOf(String name)Returns the enum constant of this type with the specified name.static Brevity[]Brevity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type Brevity Modifier and Type Method Description static Set<Brevity>Brevity. knownValues()Methods in software.amazon.awssdk.services.translate.model with parameters of type Brevity Modifier and Type Method Description TranslationSettings.BuilderTranslationSettings.Builder. brevity(Brevity brevity)When you turn on brevity, Amazon Translate reduces the length of the translation output for most translations (when compared with the same translation with brevity turned off).
-