From 6a2722daa7d8ab5b41d676210ad632a5b9cf3058 Mon Sep 17 00:00:00 2001 From: Brendon Baumgartner Date: Wed, 2 Oct 2019 07:19:38 -0700 Subject: [PATCH] neural engine to polly (#10548) --- source/_integrations/amazon_polly.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_integrations/amazon_polly.markdown b/source/_integrations/amazon_polly.markdown index 70773d1b1c1..6307a57c604 100644 --- a/source/_integrations/amazon_polly.markdown +++ b/source/_integrations/amazon_polly.markdown @@ -65,10 +65,15 @@ output_format: type: string default: mp3 sample_rate: - description: "Override the default sample rate." + description: "Override the default sample rate. Possible values are: 8000, 16000, 22050, 24000." required: false type: string default: 22050 for MP3 and Ogg Vorbis, 16000 for pcm +engine: + description: "Override the default engine. Can be either of `standard` or `neural`. See Amazon documentation for compatible regions and voices." + required: false + type: string + default: standard {% endconfiguration %} ## Usage