You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Settings to configure your translation output, including the option to set the formality
623
-
* level of the output text and the option to mask profane words and phrases.</p>
635
+
* <p>Settings to configure your translation output. You can configure the following options:</p>
636
+
* <ul>
637
+
* <li>
638
+
* <p>Brevity: reduces the length of the translation output for most translations. Available for
639
+
* <code>TranslateText</code> only.</p>
640
+
* </li>
641
+
* <li>
642
+
* <p>Formality: sets the formality level of the translation output.</p>
643
+
* </li>
644
+
* <li>
645
+
* <p>Profanity: masks profane words and phrases in the translation output.</p>
646
+
* </li>
647
+
* </ul>
624
648
*/
625
649
exportinterfaceTranslationSettings{
626
650
/**
627
651
* @public
628
-
* <p>You can optionally specify the desired level of formality for translations
652
+
* <p>You can specify the desired level of formality for translations
629
653
* to supported target languages. The formality
630
654
* setting controls the level of formal language usage (also known as <a href="https://en.wikipedia.org/wiki/Register_(sociolinguistics)">register</a>) in the
631
655
* translation output. You can set the value to informal or formal. If you don't specify a value for
* <p>When you turn on brevity, Amazon Translate reduces the length of the translation output for most translations (when
685
+
* compared with the same translation with brevity turned off). By default, brevity is turned
686
+
* off.</p>
687
+
* <p>If you turn on brevity for a translation request with an unsupported language pair, the
688
+
* translation proceeds with the brevity setting turned off.</p>
689
+
* <p>For the language pairs that brevity supports, see <a href="https://docs.aws.amazon.com/translate/latest/dg/customizing-translations-brevity">Using brevity</a> in the
0 commit comments