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>The valid values for mp3 and ogg_vorbis are "8000", "16000", "22050",
1235
1236
* and "24000". The default value for standard voices is "22050". The default
1236
1237
* value for neural voices is "24000". The default value for long-form voices
1237
-
* is "24000".</p>
1238
+
* is "24000". The default value for generative voices is "24000".</p>
1238
1239
* <p>Valid values for pcm are "8000" and "16000" The default value is
1239
1240
* "16000". </p>
1240
1241
* @public
@@ -1318,36 +1319,18 @@ export class TextLengthExceededException extends __BaseException {
1318
1319
*/
1319
1320
exportinterfaceSynthesizeSpeechInput{
1320
1321
/**
1321
-
* <p>Specifies the engine (<code>standard</code>, <code>neural</code> or
1322
-
* <code>long-form</code>) for Amazon Polly to use when processing input text for
1323
-
* speech synthesis. For information on Amazon Polly voices and which voices are
1324
-
* available for each engine, see <a href="https://docs.aws.amazon.com/polly/latest/dg/voicelist.html">Available Voices</a>.</p>
1325
-
* <p>
1326
-
* <b>NTTS-only voices</b>
1327
-
* </p>
1328
-
* <p>When using NTTS-only voices such as Kevin (en-US), this parameter is
1329
-
* required and must be set to <code>neural</code>. If the engine is not
1330
-
* specified, or is set to <code>standard</code>, this will result in an
1331
-
* error. </p>
1332
-
* <p>
1333
-
* <b>long-form-only voices</b>
1334
-
* </p>
1335
-
* <p>When using long-form-only voices such as Danielle (en-US), this
1336
-
* parameter is required and must be set to <code>long-form</code>. If the
1337
-
* engine is not specified, or is set to <code>standard</code> or
1338
-
* <code>neural</code>, this will result in an error. </p>
1322
+
* <p>Specifies the engine (<code>standard</code>, <code>neural</code>,
1323
+
* <code>long-form</code>, or <code>generative</code>) for Amazon Polly
1324
+
* to use when processing input text for speech synthesis. Provide an engine
1325
+
* that is supported by the voice you select. If you don't provide an engine,
1326
+
* the standard engine is selected by default. If a chosen voice isn't supported
1327
+
* by the standard engine, this will result in an error. For information on
1328
+
* Amazon Polly voices and which voices are available for each engine, see <a href="https://docs.aws.amazon.com/polly/latest/dg/voicelist.html">Available Voices</a>.</p>
0 commit comments