Skip to content

Commit cf3cfe7

Browse files
committed
Remove articles
1 parent 15d80cb commit cf3cfe7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

website/docs/actions/transcribe_start_transcription_job.html.markdown

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ action "aws_transcribe_start_transcription_job" "batch_process" {
111111

112112
This action supports the following arguments:
113113

114-
* `transcription_job_name` - (Required) A unique name for the transcription job within your AWS account. Must be 1-200 characters and contain only alphanumeric characters, hyphens, periods, and underscores.
115-
* `media_file_uri` - (Required) The Amazon S3 location of the media file to transcribe (e.g., `s3://bucket-name/file.mp3`). The file must be accessible to Amazon Transcribe.
116-
* `language_code` - (Optional) The language code for the language used in the input media file. Required if `identify_language` and `identify_multiple_languages` are both false. Valid values can be found in the [Amazon Transcribe supported languages documentation](https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html).
114+
* `transcription_job_name` - (Required) Unique name for the transcription job within your AWS account. Must be 1-200 characters and contain only alphanumeric characters, hyphens, periods, and underscores.
115+
* `media_file_uri` - (Required) S3 location of the media file to transcribe (e.g., `s3://bucket-name/file.mp3`). The file must be accessible to Amazon Transcribe.
116+
* `language_code` - (Optional) Language code for the language used in the input media file. Required if `identify_language` and `identify_multiple_languages` are both false. Valid values can be found in the [Amazon Transcribe supported languages documentation](https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html).
117117
* `identify_language` - (Optional) Enable automatic language identification for single-language media files. Cannot be used with `identify_multiple_languages`. Default: `false`.
118118
* `identify_multiple_languages` - (Optional) Enable automatic language identification for multi-language media files. Cannot be used with `identify_language`. Default: `false`.
119-
* `media_format` - (Optional) The format of the input media file. If not specified, Amazon Transcribe will attempt to determine the format automatically. Valid values: `mp3`, `mp4`, `wav`, `flac`, `ogg`, `amr`, `webm`, `m4a`.
120-
* `media_sample_rate_hertz` - (Optional) The sample rate of the input media file in Hertz. If not specified, Amazon Transcribe will attempt to determine the sample rate automatically. Valid range: 8000-48000.
121-
* `output_bucket_name` - (Optional) The name of the Amazon S3 bucket where you want your transcription output stored. If not specified, output is stored in a service-managed bucket.
122-
* `output_key` - (Optional) The Amazon S3 object key for your transcription output. If not specified, a default key is generated.
119+
* `media_format` - (Optional) Format of the input media file. If not specified, Amazon Transcribe will attempt to determine the format automatically. Valid values: `mp3`, `mp4`, `wav`, `flac`, `ogg`, `amr`, `webm`, `m4a`.
120+
* `media_sample_rate_hertz` - (Optional) Sample rate of the input media file in Hertz. If not specified, Amazon Transcribe will attempt to determine the sample rate automatically. Valid range: 8000-48000.
121+
* `output_bucket_name` - (Optional) Name of the S3 bucket where you want your transcription output stored. If not specified, output is stored in a service-managed bucket.
122+
* `output_key` - (Optional) S3 object key for your transcription output. If not specified, a default key is generated.
123123
* `timeout` - (Optional) Maximum time in seconds to wait for the transcription job to start. Must be between 60 and 3600 seconds. Default: `300`.

0 commit comments

Comments
 (0)