View source: R/translate_operations.R
translate_list_text_translation_jobs | R Documentation |
Gets a list of the batch translation jobs that you have submitted.
See https://www.paws-r-sdk.com/docs/translate_list_text_translation_jobs/ for full documentation.
translate_list_text_translation_jobs(
Filter = NULL,
NextToken = NULL,
MaxResults = NULL
)
Filter |
The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time. |
NextToken |
The token to request the next page of results. |
MaxResults |
The maximum number of results to return in each page. The default value is 100. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.