polly_list_speech_synthesis_tasks: Returns a list of SpeechSynthesisTask objects ordered by...

View source: R/polly_operations.R

polly_list_speech_synthesis_tasksR Documentation

Returns a list of SpeechSynthesisTask objects ordered by their creation date

Description

Returns a list of SpeechSynthesisTask objects ordered by their creation date. This operation can filter the tasks by their status, for example, allowing users to list only tasks that are completed.

See https://www.paws-r-sdk.com/docs/polly_list_speech_synthesis_tasks/ for full documentation.

Usage

polly_list_speech_synthesis_tasks(
  MaxResults = NULL,
  NextToken = NULL,
  Status = NULL
)

Arguments

MaxResults

Maximum number of speech synthesis tasks returned in a List operation.

NextToken

The pagination token to use in the next request to continue the listing of speech synthesis tasks.

Status

Status of the speech synthesis tasks returned in a List operation


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.