GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::Polly::DescribeVoices(3) User Contributed Perl Documentation Paws::Polly::DescribeVoices(3)

Paws::Polly::DescribeVoices - Arguments for method DescribeVoices on Paws::Polly

This class represents the parameters used for calling the method DescribeVoices on the Amazon Polly service. Use the attributes of this class as arguments to method DescribeVoices.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to DescribeVoices.

    my $polly = Paws->service('Polly');
  # To describe available voices
  # Returns the list of voices that are available for use when requesting speech
  # synthesis. Displayed languages are those within the specified language code.
  # If no language code is specified, voices for all available languages are
  # displayed.
    my $DescribeVoicesOutput =
      $polly->DescribeVoices( 'LanguageCode' => 'en-GB' );
    # Results:
    my $Voices = $DescribeVoicesOutput->Voices;
    # Returns a L<Paws::Polly::DescribeVoicesOutput> object.

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/polly/DescribeVoices>

Specifies the engine ("standard" or "neural") used by Amazon Polly when processing input text for speech synthesis.

Valid values are: "standard", "neural"

Boolean value indicating whether to return any bilingual voices that use the specified language as an additional language. For instance, if you request all languages that use US English (es-US), and there is an Italian voice that speaks both Italian (it-IT) and US English, that voice will be included if you specify "yes" but not if you specify "no".

The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.

Valid values are: "arb", "cmn-CN", "cy-GB", "da-DK", "de-DE", "en-AU", "en-GB", "en-GB-WLS", "en-IN", "en-US", "es-ES", "es-MX", "es-US", "fr-CA", "fr-FR", "is-IS", "it-IT", "ja-JP", "hi-IN", "ko-KR", "nb-NO", "nl-NL", "pl-PL", "pt-BR", "pt-PT", "ro-RO", "ru-RU", "sv-SE", "tr-TR"

An opaque pagination token returned from the previous "DescribeVoices" operation. If present, this indicates where to continue the listing.

This class forms part of Paws, documenting arguments for method DescribeVoices in Paws::Polly

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.