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
A few observed issues, likely from the same cause.
When using PollyClient.describeVoices(), no returned voices have the long-form engine in the lists returned from supportedEngines().
If using DescribeVoicesRequest.builder().engine("long-form"), no voices are returned as results.
Expected Behavior
The voices listed in the documentation as supporting the long-form engine have long-form included in the supportedEngines list(s). This is the behavior seen when using boto3.
Current Behavior
No voices have long-form included in the supportedEngines list(s).
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the bug
A few observed issues, likely from the same cause.
PollyClient.describeVoices()
, no returned voices have thelong-form
engine in the lists returned fromsupportedEngines()
.DescribeVoicesRequest.builder().engine("long-form")
, no voices are returned as results.Expected Behavior
The voices listed in the documentation as supporting the long-form engine have
long-form
included in thesupportedEngines
list(s). This is the behavior seen when using boto3.Current Behavior
No voices have
long-form
included in thesupportedEngines
list(s).Reproduction Steps
pollyClient.describeVoices(DescribeVoicesRequest.builder().engine("long-form").build()).voices();
supportedEngines()
orsupportedEnginesAsStrings()
for each voice.long-form
engine.Possible Solution
Unknown; may be a parsing issue?
Additional Information/Context
No response
AWS Java SDK version used
2.25.28
JDK version used
openjdk 11.0.22 2024-01-16 LTS OpenJDK Runtime Environment Corretto-11.0.22.7.1 (build 11.0.22+7-LTS) OpenJDK 64-Bit Server VM Corretto-11.0.22.7.1 (build 11.0.22+7-LTS, mixed mode)
Operating System and version
amazoncorretto:11 based docker container
The text was updated successfully, but these errors were encountered: