list_transcriptions {aws.transcribe} | R Documentation |
List AWS Transcribe jobs, by status
list_transcriptions(
status = c("COMPLETED", "IN_PROGRESS", "FAILED"),
n = NULL,
token = NULL,
...
)
status |
A character string specifying the status of jobs to retrieve. Use |
n |
Optionally, a numeric value indicating the maximum number of results to return (for pagination). |
token |
Optionally, a “NextToken” indicating the next result to retrieve (for pagination). |
... |
Additional arguments passed to |
A list.
## Not run:
list_transcriptions("COMPLETED")
## End(Not run)