list_transcriptions: List AWS Transcribe Jobs

Description Usage Arguments Value Examples

View source: R/list_transcriptions.R

Description

List AWS Transcribe jobs, by status

Usage

1
2
3
4
5
6
list_transcriptions(
  status = c("COMPLETED", "IN_PROGRESS", "FAILED"),
  n = NULL,
  token = NULL,
  ...
)

Arguments

status

A character string specifying the status of jobs to retrieve. Use get_transcription to retrieve a specific transcription.

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 transcribeHTTP.

Value

A list.

Examples

1
2
3
4
## Not run: 
list_transcriptions("COMPLETED")

## End(Not run)

cloudyr/aws.transcribe documentation built on March 26, 2020, 4:23 p.m.