public class StartTranscriptionJobRequest extends AmazonWebServiceRequest implements java.io.Serializable
Starts an asynchronous job to transcribe speech to text.
Constructor and Description |
---|
StartTranscriptionJobRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ContentRedaction |
getContentRedaction()
An object that contains the request parameters for content redaction.
|
java.lang.Boolean |
getIdentifyLanguage()
Set this field to
true to enable automatic language
identification. |
JobExecutionSettings |
getJobExecutionSettings()
Provides information about how a transcription job is executed.
|
java.lang.String |
getLanguageCode()
The language code for the language used in the input media file.
|
java.util.List<java.lang.String> |
getLanguageOptions()
An object containing a list of languages that might be present in your
collection of audio files.
|
Media |
getMedia()
An object that describes the input media for a transcription job.
|
java.lang.String |
getMediaFormat()
The format of the input media file.
|
java.lang.Integer |
getMediaSampleRateHertz()
The sample rate, in Hertz, of the audio track in the input media file.
|
ModelSettings |
getModelSettings()
Choose the custom language model you use for your transcription job in
this parameter.
|
java.lang.String |
getOutputBucketName()
The location where the transcription is stored.
|
java.lang.String |
getOutputEncryptionKMSKeyId()
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS)
key used to encrypt the output of the transcription job.
|
java.lang.String |
getOutputKey()
You can specify a location in an Amazon S3 bucket to store the output of
your transcription job.
|
Settings |
getSettings()
A
Settings object that provides optional settings for a
transcription job. |
java.lang.String |
getTranscriptionJobName()
The name of the job.
|
int |
hashCode() |
java.lang.Boolean |
isIdentifyLanguage()
Set this field to
true to enable automatic language
identification. |
void |
setContentRedaction(ContentRedaction contentRedaction)
An object that contains the request parameters for content redaction.
|
void |
setIdentifyLanguage(java.lang.Boolean identifyLanguage)
Set this field to
true to enable automatic language
identification. |
void |
setJobExecutionSettings(JobExecutionSettings jobExecutionSettings)
Provides information about how a transcription job is executed.
|
void |
setLanguageCode(LanguageCode languageCode)
The language code for the language used in the input media file.
|
void |
setLanguageCode(java.lang.String languageCode)
The language code for the language used in the input media file.
|
void |
setLanguageOptions(java.util.Collection<java.lang.String> languageOptions)
An object containing a list of languages that might be present in your
collection of audio files.
|
void |
setMedia(Media media)
An object that describes the input media for a transcription job.
|
void |
setMediaFormat(MediaFormat mediaFormat)
The format of the input media file.
|
void |
setMediaFormat(java.lang.String mediaFormat)
The format of the input media file.
|
void |
setMediaSampleRateHertz(java.lang.Integer mediaSampleRateHertz)
The sample rate, in Hertz, of the audio track in the input media file.
|
void |
setModelSettings(ModelSettings modelSettings)
Choose the custom language model you use for your transcription job in
this parameter.
|
void |
setOutputBucketName(java.lang.String outputBucketName)
The location where the transcription is stored.
|
void |
setOutputEncryptionKMSKeyId(java.lang.String outputEncryptionKMSKeyId)
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS)
key used to encrypt the output of the transcription job.
|
void |
setOutputKey(java.lang.String outputKey)
You can specify a location in an Amazon S3 bucket to store the output of
your transcription job.
|
void |
setSettings(Settings settings)
A
Settings object that provides optional settings for a
transcription job. |
void |
setTranscriptionJobName(java.lang.String transcriptionJobName)
The name of the job.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartTranscriptionJobRequest |
withContentRedaction(ContentRedaction contentRedaction)
An object that contains the request parameters for content redaction.
|
StartTranscriptionJobRequest |
withIdentifyLanguage(java.lang.Boolean identifyLanguage)
Set this field to
true to enable automatic language
identification. |
StartTranscriptionJobRequest |
withJobExecutionSettings(JobExecutionSettings jobExecutionSettings)
Provides information about how a transcription job is executed.
|
StartTranscriptionJobRequest |
withLanguageCode(LanguageCode languageCode)
The language code for the language used in the input media file.
|
StartTranscriptionJobRequest |
withLanguageCode(java.lang.String languageCode)
The language code for the language used in the input media file.
|
StartTranscriptionJobRequest |
withLanguageOptions(java.util.Collection<java.lang.String> languageOptions)
An object containing a list of languages that might be present in your
collection of audio files.
|
StartTranscriptionJobRequest |
withLanguageOptions(java.lang.String... languageOptions)
An object containing a list of languages that might be present in your
collection of audio files.
|
StartTranscriptionJobRequest |
withMedia(Media media)
An object that describes the input media for a transcription job.
|
StartTranscriptionJobRequest |
withMediaFormat(MediaFormat mediaFormat)
The format of the input media file.
|
StartTranscriptionJobRequest |
withMediaFormat(java.lang.String mediaFormat)
The format of the input media file.
|
StartTranscriptionJobRequest |
withMediaSampleRateHertz(java.lang.Integer mediaSampleRateHertz)
The sample rate, in Hertz, of the audio track in the input media file.
|
StartTranscriptionJobRequest |
withModelSettings(ModelSettings modelSettings)
Choose the custom language model you use for your transcription job in
this parameter.
|
StartTranscriptionJobRequest |
withOutputBucketName(java.lang.String outputBucketName)
The location where the transcription is stored.
|
StartTranscriptionJobRequest |
withOutputEncryptionKMSKeyId(java.lang.String outputEncryptionKMSKeyId)
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS)
key used to encrypt the output of the transcription job.
|
StartTranscriptionJobRequest |
withOutputKey(java.lang.String outputKey)
You can specify a location in an Amazon S3 bucket to store the output of
your transcription job.
|
StartTranscriptionJobRequest |
withSettings(Settings settings)
A
Settings object that provides optional settings for a
transcription job. |
StartTranscriptionJobRequest |
withTranscriptionJobName(java.lang.String transcriptionJobName)
The name of the job.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getTranscriptionJobName()
The name of the job. You can't use the strings ".
" or "
..
" by themselves as the job name. The name must also be
unique within an AWS account. If you try to create a transcription job
with the same name as a previous transcription job, you get a
ConflictException
error.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
The name of the job. You can't use the strings ".
" or "..
" by themselves as the job name. The name
must also be unique within an AWS account. If you try to create a
transcription job with the same name as a previous transcription
job, you get a ConflictException
error.
public void setTranscriptionJobName(java.lang.String transcriptionJobName)
The name of the job. You can't use the strings ".
" or "
..
" by themselves as the job name. The name must also be
unique within an AWS account. If you try to create a transcription job
with the same name as a previous transcription job, you get a
ConflictException
error.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
transcriptionJobName
-
The name of the job. You can't use the strings ".
" or "..
" by themselves as the job name. The name
must also be unique within an AWS account. If you try to
create a transcription job with the same name as a previous
transcription job, you get a ConflictException
error.
public StartTranscriptionJobRequest withTranscriptionJobName(java.lang.String transcriptionJobName)
The name of the job. You can't use the strings ".
" or "
..
" by themselves as the job name. The name must also be
unique within an AWS account. If you try to create a transcription job
with the same name as a previous transcription job, you get a
ConflictException
error.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
transcriptionJobName
-
The name of the job. You can't use the strings ".
" or "..
" by themselves as the job name. The name
must also be unique within an AWS account. If you try to
create a transcription job with the same name as a previous
transcription job, you get a ConflictException
error.
public java.lang.String getLanguageCode()
The language code for the language used in the input media file.
Constraints:
Allowed Values: af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE,
en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR,
fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR,
ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
The language code for the language used in the input media file.
LanguageCode
public void setLanguageCode(java.lang.String languageCode)
The language code for the language used in the input media file.
Constraints:
Allowed Values: af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE,
en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR,
fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR,
ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
languageCode
- The language code for the language used in the input media file.
LanguageCode
public StartTranscriptionJobRequest withLanguageCode(java.lang.String languageCode)
The language code for the language used in the input media file.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE,
en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR,
fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR,
ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
languageCode
- The language code for the language used in the input media file.
LanguageCode
public void setLanguageCode(LanguageCode languageCode)
The language code for the language used in the input media file.
Constraints:
Allowed Values: af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE,
en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR,
fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR,
ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
languageCode
- The language code for the language used in the input media file.
LanguageCode
public StartTranscriptionJobRequest withLanguageCode(LanguageCode languageCode)
The language code for the language used in the input media file.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE,
en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR,
fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR,
ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
languageCode
- The language code for the language used in the input media file.
LanguageCode
public java.lang.Integer getMediaSampleRateHertz()
The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines
the sample rate. If you specify the sample rate, it must match the sample
rate detected by Amazon Transcribe. In most cases, you should leave the
MediaSampleRateHertz
field blank and let Amazon Transcribe
determine the sample rate.
Constraints:
Range: 8000 - 48000
The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe
determines the sample rate. If you specify the sample rate, it
must match the sample rate detected by Amazon Transcribe. In most
cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
public void setMediaSampleRateHertz(java.lang.Integer mediaSampleRateHertz)
The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines
the sample rate. If you specify the sample rate, it must match the sample
rate detected by Amazon Transcribe. In most cases, you should leave the
MediaSampleRateHertz
field blank and let Amazon Transcribe
determine the sample rate.
Constraints:
Range: 8000 - 48000
mediaSampleRateHertz
- The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe
determines the sample rate. If you specify the sample rate, it
must match the sample rate detected by Amazon Transcribe. In
most cases, you should leave the
MediaSampleRateHertz
field blank and let Amazon
Transcribe determine the sample rate.
public StartTranscriptionJobRequest withMediaSampleRateHertz(java.lang.Integer mediaSampleRateHertz)
The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines
the sample rate. If you specify the sample rate, it must match the sample
rate detected by Amazon Transcribe. In most cases, you should leave the
MediaSampleRateHertz
field blank and let Amazon Transcribe
determine the sample rate.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 8000 - 48000
mediaSampleRateHertz
- The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe
determines the sample rate. If you specify the sample rate, it
must match the sample rate detected by Amazon Transcribe. In
most cases, you should leave the
MediaSampleRateHertz
field blank and let Amazon
Transcribe determine the sample rate.
public java.lang.String getMediaFormat()
The format of the input media file.
Constraints:
Allowed Values: mp3, mp4, wav, flac, ogg, amr, webm
The format of the input media file.
MediaFormat
public void setMediaFormat(java.lang.String mediaFormat)
The format of the input media file.
Constraints:
Allowed Values: mp3, mp4, wav, flac, ogg, amr, webm
mediaFormat
- The format of the input media file.
MediaFormat
public StartTranscriptionJobRequest withMediaFormat(java.lang.String mediaFormat)
The format of the input media file.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: mp3, mp4, wav, flac, ogg, amr, webm
mediaFormat
- The format of the input media file.
MediaFormat
public void setMediaFormat(MediaFormat mediaFormat)
The format of the input media file.
Constraints:
Allowed Values: mp3, mp4, wav, flac, ogg, amr, webm
mediaFormat
- The format of the input media file.
MediaFormat
public StartTranscriptionJobRequest withMediaFormat(MediaFormat mediaFormat)
The format of the input media file.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: mp3, mp4, wav, flac, ogg, amr, webm
mediaFormat
- The format of the input media file.
MediaFormat
public Media getMedia()
An object that describes the input media for a transcription job.
An object that describes the input media for a transcription job.
public void setMedia(Media media)
An object that describes the input media for a transcription job.
media
- An object that describes the input media for a transcription job.
public StartTranscriptionJobRequest withMedia(Media media)
An object that describes the input media for a transcription job.
Returns a reference to this object so that method calls can be chained together.
media
- An object that describes the input media for a transcription job.
public java.lang.String getOutputBucketName()
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the
transcript in the specified S3 bucket. When you call the
GetTranscriptionJob operation, the operation returns this location
in the TranscriptFileUri
field. If you enable content
redaction, the redacted transcript appears in
RedactedTranscriptFileUri
. If you enable content redaction
and choose to output an unredacted transcript, that transcript's location
still appears in the TranscriptFileUri
. The S3 bucket must
have permissions that allow Amazon Transcribe to put files in the bucket.
For more information, see Permissions Required for IAM User Roles.
You can specify an AWS Key Management Service (KMS) key to encrypt the
output of your transcription using the
OutputEncryptionKMSKeyId
parameter. If you don't specify a
KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side
encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe
generates a pre-signed URL, a shareable URL that provides secure access
to your transcription, and returns it in the
TranscriptFileUri
field. Use this URL to download the
transcription.
Constraints:
Length: - 64
Pattern: [a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9]
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe
puts the transcript in the specified S3 bucket. When you call the
GetTranscriptionJob operation, the operation returns this
location in the TranscriptFileUri
field. If you
enable content redaction, the redacted transcript appears in
RedactedTranscriptFileUri
. If you enable content
redaction and choose to output an unredacted transcript, that
transcript's location still appears in the
TranscriptFileUri
. The S3 bucket must have
permissions that allow Amazon Transcribe to put files in the
bucket. For more information, see Permissions Required for IAM User Roles.
You can specify an AWS Key Management Service (KMS) key to
encrypt the output of your transcription using the
OutputEncryptionKMSKeyId
parameter. If you don't
specify a KMS key, Amazon Transcribe uses the default Amazon S3
key for server-side encryption of transcripts that are placed in
your S3 bucket.
If you don't set the OutputBucketName
, Amazon
Transcribe generates a pre-signed URL, a shareable URL that
provides secure access to your transcription, and returns it in
the TranscriptFileUri
field. Use this URL to
download the transcription.
public void setOutputBucketName(java.lang.String outputBucketName)
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the
transcript in the specified S3 bucket. When you call the
GetTranscriptionJob operation, the operation returns this location
in the TranscriptFileUri
field. If you enable content
redaction, the redacted transcript appears in
RedactedTranscriptFileUri
. If you enable content redaction
and choose to output an unredacted transcript, that transcript's location
still appears in the TranscriptFileUri
. The S3 bucket must
have permissions that allow Amazon Transcribe to put files in the bucket.
For more information, see Permissions Required for IAM User Roles.
You can specify an AWS Key Management Service (KMS) key to encrypt the
output of your transcription using the
OutputEncryptionKMSKeyId
parameter. If you don't specify a
KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side
encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe
generates a pre-signed URL, a shareable URL that provides secure access
to your transcription, and returns it in the
TranscriptFileUri
field. Use this URL to download the
transcription.
Constraints:
Length: - 64
Pattern: [a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9]
outputBucketName
- The location where the transcription is stored.
If you set the OutputBucketName
, Amazon
Transcribe puts the transcript in the specified S3 bucket.
When you call the GetTranscriptionJob operation, the
operation returns this location in the
TranscriptFileUri
field. If you enable content
redaction, the redacted transcript appears in
RedactedTranscriptFileUri
. If you enable content
redaction and choose to output an unredacted transcript, that
transcript's location still appears in the
TranscriptFileUri
. The S3 bucket must have
permissions that allow Amazon Transcribe to put files in the
bucket. For more information, see Permissions Required for IAM User Roles.
You can specify an AWS Key Management Service (KMS) key to
encrypt the output of your transcription using the
OutputEncryptionKMSKeyId
parameter. If you don't
specify a KMS key, Amazon Transcribe uses the default Amazon
S3 key for server-side encryption of transcripts that are
placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon
Transcribe generates a pre-signed URL, a shareable URL that
provides secure access to your transcription, and returns it
in the TranscriptFileUri
field. Use this URL to
download the transcription.
public StartTranscriptionJobRequest withOutputBucketName(java.lang.String outputBucketName)
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the
transcript in the specified S3 bucket. When you call the
GetTranscriptionJob operation, the operation returns this location
in the TranscriptFileUri
field. If you enable content
redaction, the redacted transcript appears in
RedactedTranscriptFileUri
. If you enable content redaction
and choose to output an unredacted transcript, that transcript's location
still appears in the TranscriptFileUri
. The S3 bucket must
have permissions that allow Amazon Transcribe to put files in the bucket.
For more information, see Permissions Required for IAM User Roles.
You can specify an AWS Key Management Service (KMS) key to encrypt the
output of your transcription using the
OutputEncryptionKMSKeyId
parameter. If you don't specify a
KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side
encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe
generates a pre-signed URL, a shareable URL that provides secure access
to your transcription, and returns it in the
TranscriptFileUri
field. Use this URL to download the
transcription.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 64
Pattern: [a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9]
outputBucketName
- The location where the transcription is stored.
If you set the OutputBucketName
, Amazon
Transcribe puts the transcript in the specified S3 bucket.
When you call the GetTranscriptionJob operation, the
operation returns this location in the
TranscriptFileUri
field. If you enable content
redaction, the redacted transcript appears in
RedactedTranscriptFileUri
. If you enable content
redaction and choose to output an unredacted transcript, that
transcript's location still appears in the
TranscriptFileUri
. The S3 bucket must have
permissions that allow Amazon Transcribe to put files in the
bucket. For more information, see Permissions Required for IAM User Roles.
You can specify an AWS Key Management Service (KMS) key to
encrypt the output of your transcription using the
OutputEncryptionKMSKeyId
parameter. If you don't
specify a KMS key, Amazon Transcribe uses the default Amazon
S3 key for server-side encryption of transcripts that are
placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon
Transcribe generates a pre-signed URL, a shareable URL that
provides secure access to your transcription, and returns it
in the TranscriptFileUri
field. Use this URL to
download the transcription.
public java.lang.String getOutputKey()
You can specify a location in an Amazon S3 bucket to store the output of your transcription job.
If you don't specify an output key, Amazon Transcribe stores the output of your transcription job in the Amazon S3 bucket you specified. By default, the object key is "your-transcription-job-name.json".
You can use output keys to specify the Amazon S3 prefix and file name of the transcription output. For example, specifying the Amazon S3 prefix, "folder1/folder2/", as an output key would lead to the output being stored as "folder1/folder2/your-transcription-job-name.json". If you specify "my-other-job-name.json" as the output key, the object key is changed to "my-other-job-name.json". You can use an output key to change both the prefix and the file name, for example "folder/my-other-job-name.json".
If you specify an output key, you must also specify an S3 bucket in the
OutputBucketName
parameter.
Constraints:
Length: 1 - 1024
Pattern: [a-zA-Z0-9-_.!*'()/]{1,1024}$
You can specify a location in an Amazon S3 bucket to store the output of your transcription job.
If you don't specify an output key, Amazon Transcribe stores the output of your transcription job in the Amazon S3 bucket you specified. By default, the object key is "your-transcription-job-name.json".
You can use output keys to specify the Amazon S3 prefix and file name of the transcription output. For example, specifying the Amazon S3 prefix, "folder1/folder2/", as an output key would lead to the output being stored as "folder1/folder2/your-transcription-job-name.json". If you specify "my-other-job-name.json" as the output key, the object key is changed to "my-other-job-name.json". You can use an output key to change both the prefix and the file name, for example "folder/my-other-job-name.json".
If you specify an output key, you must also specify an S3 bucket
in the OutputBucketName
parameter.
public void setOutputKey(java.lang.String outputKey)
You can specify a location in an Amazon S3 bucket to store the output of your transcription job.
If you don't specify an output key, Amazon Transcribe stores the output of your transcription job in the Amazon S3 bucket you specified. By default, the object key is "your-transcription-job-name.json".
You can use output keys to specify the Amazon S3 prefix and file name of the transcription output. For example, specifying the Amazon S3 prefix, "folder1/folder2/", as an output key would lead to the output being stored as "folder1/folder2/your-transcription-job-name.json". If you specify "my-other-job-name.json" as the output key, the object key is changed to "my-other-job-name.json". You can use an output key to change both the prefix and the file name, for example "folder/my-other-job-name.json".
If you specify an output key, you must also specify an S3 bucket in the
OutputBucketName
parameter.
Constraints:
Length: 1 - 1024
Pattern: [a-zA-Z0-9-_.!*'()/]{1,1024}$
outputKey
- You can specify a location in an Amazon S3 bucket to store the output of your transcription job.
If you don't specify an output key, Amazon Transcribe stores the output of your transcription job in the Amazon S3 bucket you specified. By default, the object key is "your-transcription-job-name.json".
You can use output keys to specify the Amazon S3 prefix and file name of the transcription output. For example, specifying the Amazon S3 prefix, "folder1/folder2/", as an output key would lead to the output being stored as "folder1/folder2/your-transcription-job-name.json". If you specify "my-other-job-name.json" as the output key, the object key is changed to "my-other-job-name.json". You can use an output key to change both the prefix and the file name, for example "folder/my-other-job-name.json".
If you specify an output key, you must also specify an S3
bucket in the OutputBucketName
parameter.
public StartTranscriptionJobRequest withOutputKey(java.lang.String outputKey)
You can specify a location in an Amazon S3 bucket to store the output of your transcription job.
If you don't specify an output key, Amazon Transcribe stores the output of your transcription job in the Amazon S3 bucket you specified. By default, the object key is "your-transcription-job-name.json".
You can use output keys to specify the Amazon S3 prefix and file name of the transcription output. For example, specifying the Amazon S3 prefix, "folder1/folder2/", as an output key would lead to the output being stored as "folder1/folder2/your-transcription-job-name.json". If you specify "my-other-job-name.json" as the output key, the object key is changed to "my-other-job-name.json". You can use an output key to change both the prefix and the file name, for example "folder/my-other-job-name.json".
If you specify an output key, you must also specify an S3 bucket in the
OutputBucketName
parameter.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [a-zA-Z0-9-_.!*'()/]{1,1024}$
outputKey
- You can specify a location in an Amazon S3 bucket to store the output of your transcription job.
If you don't specify an output key, Amazon Transcribe stores the output of your transcription job in the Amazon S3 bucket you specified. By default, the object key is "your-transcription-job-name.json".
You can use output keys to specify the Amazon S3 prefix and file name of the transcription output. For example, specifying the Amazon S3 prefix, "folder1/folder2/", as an output key would lead to the output being stored as "folder1/folder2/your-transcription-job-name.json". If you specify "my-other-job-name.json" as the output key, the object key is changed to "my-other-job-name.json". You can use an output key to change both the prefix and the file name, for example "folder/my-other-job-name.json".
If you specify an output key, you must also specify an S3
bucket in the OutputBucketName
parameter.
public java.lang.String getOutputEncryptionKMSKeyId()
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS)
key used to encrypt the output of the transcription job. The user calling
the StartTranscriptionJob
operation must have permission to
use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
KMS Key Alias: "alias/ExampleAlias"
You can use either of the following to identify a KMS key in the current account or another account:
Amazon Resource Name (ARN) of a KMS Key: "arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab"
ARN of a KMS Key Alias: "arn:aws:kms:region:account ID:alias/ExampleAlias"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an
output location in the OutputBucketName
parameter.
Constraints:
Length: 1 - 2048
Pattern: ^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$
The Amazon Resource Name (ARN) of the AWS Key Management Service
(KMS) key used to encrypt the output of the transcription job.
The user calling the StartTranscriptionJob
operation
must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
KMS Key Alias: "alias/ExampleAlias"
You can use either of the following to identify a KMS key in the current account or another account:
Amazon Resource Name (ARN) of a KMS Key: "arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab"
ARN of a KMS Key Alias: "arn:aws:kms:region:account ID:alias/ExampleAlias"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also
specify an output location in the OutputBucketName
parameter.
public void setOutputEncryptionKMSKeyId(java.lang.String outputEncryptionKMSKeyId)
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS)
key used to encrypt the output of the transcription job. The user calling
the StartTranscriptionJob
operation must have permission to
use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
KMS Key Alias: "alias/ExampleAlias"
You can use either of the following to identify a KMS key in the current account or another account:
Amazon Resource Name (ARN) of a KMS Key: "arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab"
ARN of a KMS Key Alias: "arn:aws:kms:region:account ID:alias/ExampleAlias"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an
output location in the OutputBucketName
parameter.
Constraints:
Length: 1 - 2048
Pattern: ^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$
outputEncryptionKMSKeyId
-
The Amazon Resource Name (ARN) of the AWS Key Management
Service (KMS) key used to encrypt the output of the
transcription job. The user calling the
StartTranscriptionJob
operation must have
permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
KMS Key Alias: "alias/ExampleAlias"
You can use either of the following to identify a KMS key in the current account or another account:
Amazon Resource Name (ARN) of a KMS Key: "arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab"
ARN of a KMS Key Alias: "arn:aws:kms:region:account ID:alias/ExampleAlias"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also
specify an output location in the
OutputBucketName
parameter.
public StartTranscriptionJobRequest withOutputEncryptionKMSKeyId(java.lang.String outputEncryptionKMSKeyId)
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS)
key used to encrypt the output of the transcription job. The user calling
the StartTranscriptionJob
operation must have permission to
use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
KMS Key Alias: "alias/ExampleAlias"
You can use either of the following to identify a KMS key in the current account or another account:
Amazon Resource Name (ARN) of a KMS Key: "arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab"
ARN of a KMS Key Alias: "arn:aws:kms:region:account ID:alias/ExampleAlias"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an
output location in the OutputBucketName
parameter.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2048
Pattern: ^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$
outputEncryptionKMSKeyId
-
The Amazon Resource Name (ARN) of the AWS Key Management
Service (KMS) key used to encrypt the output of the
transcription job. The user calling the
StartTranscriptionJob
operation must have
permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
KMS Key Alias: "alias/ExampleAlias"
You can use either of the following to identify a KMS key in the current account or another account:
Amazon Resource Name (ARN) of a KMS Key: "arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab"
ARN of a KMS Key Alias: "arn:aws:kms:region:account ID:alias/ExampleAlias"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also
specify an output location in the
OutputBucketName
parameter.
public Settings getSettings()
A Settings
object that provides optional settings for a
transcription job.
A Settings
object that provides optional settings
for a transcription job.
public void setSettings(Settings settings)
A Settings
object that provides optional settings for a
transcription job.
settings
-
A Settings
object that provides optional settings
for a transcription job.
public StartTranscriptionJobRequest withSettings(Settings settings)
A Settings
object that provides optional settings for a
transcription job.
Returns a reference to this object so that method calls can be chained together.
settings
-
A Settings
object that provides optional settings
for a transcription job.
public ModelSettings getModelSettings()
Choose the custom language model you use for your transcription job in this parameter.
Choose the custom language model you use for your transcription job in this parameter.
public void setModelSettings(ModelSettings modelSettings)
Choose the custom language model you use for your transcription job in this parameter.
modelSettings
- Choose the custom language model you use for your transcription job in this parameter.
public StartTranscriptionJobRequest withModelSettings(ModelSettings modelSettings)
Choose the custom language model you use for your transcription job in this parameter.
Returns a reference to this object so that method calls can be chained together.
modelSettings
- Choose the custom language model you use for your transcription job in this parameter.
public JobExecutionSettings getJobExecutionSettings()
Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
public void setJobExecutionSettings(JobExecutionSettings jobExecutionSettings)
Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
jobExecutionSettings
- Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
public StartTranscriptionJobRequest withJobExecutionSettings(JobExecutionSettings jobExecutionSettings)
Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
Returns a reference to this object so that method calls can be chained together.
jobExecutionSettings
- Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
public ContentRedaction getContentRedaction()
An object that contains the request parameters for content redaction.
An object that contains the request parameters for content redaction.
public void setContentRedaction(ContentRedaction contentRedaction)
An object that contains the request parameters for content redaction.
contentRedaction
- An object that contains the request parameters for content redaction.
public StartTranscriptionJobRequest withContentRedaction(ContentRedaction contentRedaction)
An object that contains the request parameters for content redaction.
Returns a reference to this object so that method calls can be chained together.
contentRedaction
- An object that contains the request parameters for content redaction.
public java.lang.Boolean isIdentifyLanguage()
Set this field to true
to enable automatic language
identification. Automatic language identification is disabled by default.
You receive a BadRequestException
error if you enter a value
for a LanguageCode
.
Set this field to true
to enable automatic language
identification. Automatic language identification is disabled by
default. You receive a BadRequestException
error if
you enter a value for a LanguageCode
.
public java.lang.Boolean getIdentifyLanguage()
Set this field to true
to enable automatic language
identification. Automatic language identification is disabled by default.
You receive a BadRequestException
error if you enter a value
for a LanguageCode
.
Set this field to true
to enable automatic language
identification. Automatic language identification is disabled by
default. You receive a BadRequestException
error if
you enter a value for a LanguageCode
.
public void setIdentifyLanguage(java.lang.Boolean identifyLanguage)
Set this field to true
to enable automatic language
identification. Automatic language identification is disabled by default.
You receive a BadRequestException
error if you enter a value
for a LanguageCode
.
identifyLanguage
-
Set this field to true
to enable automatic
language identification. Automatic language identification is
disabled by default. You receive a
BadRequestException
error if you enter a value
for a LanguageCode
.
public StartTranscriptionJobRequest withIdentifyLanguage(java.lang.Boolean identifyLanguage)
Set this field to true
to enable automatic language
identification. Automatic language identification is disabled by default.
You receive a BadRequestException
error if you enter a value
for a LanguageCode
.
Returns a reference to this object so that method calls can be chained together.
identifyLanguage
-
Set this field to true
to enable automatic
language identification. Automatic language identification is
disabled by default. You receive a
BadRequestException
error if you enter a value
for a LanguageCode
.
public java.util.List<java.lang.String> getLanguageOptions()
An object containing a list of languages that might be present in your collection of audio files. Automatic language identification chooses a language that best matches the source audio from that list.
An object containing a list of languages that might be present in your collection of audio files. Automatic language identification chooses a language that best matches the source audio from that list.
public void setLanguageOptions(java.util.Collection<java.lang.String> languageOptions)
An object containing a list of languages that might be present in your collection of audio files. Automatic language identification chooses a language that best matches the source audio from that list.
languageOptions
- An object containing a list of languages that might be present in your collection of audio files. Automatic language identification chooses a language that best matches the source audio from that list.
public StartTranscriptionJobRequest withLanguageOptions(java.lang.String... languageOptions)
An object containing a list of languages that might be present in your collection of audio files. Automatic language identification chooses a language that best matches the source audio from that list.
Returns a reference to this object so that method calls can be chained together.
languageOptions
- An object containing a list of languages that might be present in your collection of audio files. Automatic language identification chooses a language that best matches the source audio from that list.
public StartTranscriptionJobRequest withLanguageOptions(java.util.Collection<java.lang.String> languageOptions)
An object containing a list of languages that might be present in your collection of audio files. Automatic language identification chooses a language that best matches the source audio from that list.
Returns a reference to this object so that method calls can be chained together.
languageOptions
- An object containing a list of languages that might be present in your collection of audio files. Automatic language identification chooses a language that best matches the source audio from that list.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.