

*****
Polly
*****



======
Client
======



.. py:class:: Polly.Client

  A low-level client representing Amazon Polly
  

  Amazon Polly is a web service that makes it easy to synthesize speech from text.

   

  The Amazon Polly service provides API operations for synthesizing high-quality speech from plain text and Speech Synthesis Markup Language (SSML), along with managing pronunciations lexicons that enable you to get the best results for your application domain.

  ::

    
    import boto3
    
    client = boto3.client('polly')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  polly/client/can_paginate
  polly/client/close
  polly/client/delete_lexicon
  polly/client/describe_voices
  polly/client/get_lexicon
  polly/client/get_paginator
  polly/client/get_speech_synthesis_task
  polly/client/get_waiter
  polly/client/list_lexicons
  polly/client/list_speech_synthesis_tasks
  polly/client/put_lexicon
  polly/client/start_speech_synthesis_task
  polly/client/synthesize_speech


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  polly/paginator/DescribeVoices
  polly/paginator/ListLexicons
  polly/paginator/ListSpeechSynthesisTasks
