

*********
Translate
*********



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



.. py:class:: Translate.Client

  A low-level client representing Amazon Translate
  

  Provides translation of the input content from the source language to the target language.

  ::

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

  

These are the available methods:

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

  translate/client/can_paginate
  translate/client/close
  translate/client/create_parallel_data
  translate/client/delete_parallel_data
  translate/client/delete_terminology
  translate/client/describe_text_translation_job
  translate/client/get_paginator
  translate/client/get_parallel_data
  translate/client/get_terminology
  translate/client/get_waiter
  translate/client/import_terminology
  translate/client/list_languages
  translate/client/list_parallel_data
  translate/client/list_tags_for_resource
  translate/client/list_terminologies
  translate/client/list_text_translation_jobs
  translate/client/start_text_translation_job
  translate/client/stop_text_translation_job
  translate/client/tag_resource
  translate/client/translate_document
  translate/client/translate_text
  translate/client/untag_resource
  translate/client/update_parallel_data


==========
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:

  translate/paginator/ListTerminologies
