Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polly: DescribeVoices does not return long-form in supported engines #5093

Closed
tsteinberg-sorenson opened this issue Apr 10, 2024 · 2 comments
Labels
bug This issue is a bug. needs-triage This issue or PR still needs to be triaged.

Comments

@tsteinberg-sorenson
Copy link

Describe the bug

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).

Reproduction Steps

  1. Call pollyClient.describeVoices(DescribeVoicesRequest.builder().engine("long-form").build()).voices();
  2. Inspect the output of supportedEngines() or supportedEnginesAsStrings() for each voice.
  3. Note that none contain the 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

@tsteinberg-sorenson tsteinberg-sorenson added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Apr 10, 2024
@tsteinberg-sorenson
Copy link
Author

Ah; read further, the difference was region.

Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant