Unable to use neural text to speech

0

I am trying to follow the documentation to try the neural newscaster style. The docs say that

  1. Open the Amazon Polly console at https://console.aws.amazon.com/polly/
  2. On the Text-to-Speech page, for Engine, choose Neural.

But as the screenshot I have attached shows there is no place to select "Engine". Any thoughts?

==== Update ======

Figured out the problem I was using us-east-2 instead of us-east-1. When I specify the us-east-1 console then I can see the expected frontend

Edited by: cranperry on Aug 3, 2019 9:46 PM

asked 5 years ago306 views
3 Answers
0

Change region to us-east-1

answered 5 years ago
0

Is it possible to use neural feature with PowerShell cli? Can find an op

answered 5 years ago
0

Hi powerpaul,
It is possible to use Neural feature through PowerShell CLI.
Just specify Engine=neural parameter in Get-POLSpeech command

Documentation reference:
https://docs.aws.amazon.com/powershell/latest/reference/items/Get-POLSpeech.html

Thanks,
Hubert

answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions