@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartTranscriptionJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartTranscriptionJobRequest() |
Modifier and Type | Method and Description |
---|---|
StartTranscriptionJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
JobExecutionSettings |
getJobExecutionSettings()
Provides information about how a transcription job is executed.
|
String |
getLanguageCode()
The language code for the language used in the input media file.
|
Media |
getMedia()
An object that describes the input media for a transcription job.
|
String |
getMediaFormat()
The format of the input media file.
|
Integer |
getMediaSampleRateHertz()
The sample rate, in Hertz, of the audio track in the input media file.
|
String |
getOutputBucketName()
The location where the transcription is stored.
|
String |
getOutputEncryptionKMSKeyId()
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the
transcription job.
|
Settings |
getSettings()
A
Settings object that provides optional settings for a transcription job. |
String |
getTranscriptionJobName()
The name of the job.
|
int |
hashCode() |
void |
setJobExecutionSettings(JobExecutionSettings jobExecutionSettings)
Provides information about how a transcription job is executed.
|
void |
setLanguageCode(String languageCode)
The language code for the language used in the input media file.
|
void |
setMedia(Media media)
An object that describes the input media for a transcription job.
|
void |
setMediaFormat(String mediaFormat)
The format of the input media file.
|
void |
setMediaSampleRateHertz(Integer mediaSampleRateHertz)
The sample rate, in Hertz, of the audio track in the input media file.
|
void |
setOutputBucketName(String outputBucketName)
The location where the transcription is stored.
|
void |
setOutputEncryptionKMSKeyId(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 |
setSettings(Settings settings)
A
Settings object that provides optional settings for a transcription job. |
void |
setTranscriptionJobName(String transcriptionJobName)
The name of the job.
|
String |
toString()
Returns a string representation of this object.
|
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(String languageCode)
The language code for the language used in the input media file.
|
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(String mediaFormat)
The format of the input media file.
|
StartTranscriptionJobRequest |
withMediaSampleRateHertz(Integer mediaSampleRateHertz)
The sample rate, in Hertz, of the audio track in the input media file.
|
StartTranscriptionJobRequest |
withOutputBucketName(String outputBucketName)
The location where the transcription is stored.
|
StartTranscriptionJobRequest |
withOutputEncryptionKMSKeyId(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 |
withSettings(Settings settings)
A
Settings object that provides optional settings for a transcription job. |
StartTranscriptionJobRequest |
withTranscriptionJobName(String transcriptionJobName)
The name of the job.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setTranscriptionJobName(String transcriptionJobName)
The name of the job. Note that you can't use the strings "." or ".." by themselves as the job name. The name must also be unique within an AWS account.
transcriptionJobName
- The name of the job. Note that you can't use the strings "." or ".." by themselves as the job name. The
name must also be unique within an AWS account.public String getTranscriptionJobName()
The name of the job. Note that you can't use the strings "." or ".." by themselves as the job name. The name must also be unique within an AWS account.
public StartTranscriptionJobRequest withTranscriptionJobName(String transcriptionJobName)
The name of the job. Note that you can't use the strings "." or ".." by themselves as the job name. The name must also be unique within an AWS account.
transcriptionJobName
- The name of the job. Note that you can't use the strings "." or ".." by themselves as the job name. The
name must also be unique within an AWS account.public void setLanguageCode(String languageCode)
The language code for the language used in the input media file.
languageCode
- The language code for the language used in the input media file.LanguageCode
public String getLanguageCode()
The language code for the language used in the input media file.
LanguageCode
public StartTranscriptionJobRequest withLanguageCode(String languageCode)
The language code for the language used in the input media file.
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.
languageCode
- The language code for the language used in the input media file.LanguageCode
public void setMediaSampleRateHertz(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.
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 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.
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(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.
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 void setMediaFormat(String mediaFormat)
The format of the input media file.
mediaFormat
- The format of the input media file.MediaFormat
public String getMediaFormat()
The format of the input media file.
MediaFormat
public StartTranscriptionJobRequest withMediaFormat(String mediaFormat)
The format of the input media file.
mediaFormat
- The format of the input media file.MediaFormat
public StartTranscriptionJobRequest withMediaFormat(MediaFormat mediaFormat)
The format of the input media file.
mediaFormat
- The format of the input media file.MediaFormat
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 Media getMedia()
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.
media
- An object that describes the input media for a transcription job.public void setOutputBucketName(String outputBucketName)
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the transcription in the specified S3
bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the
TranscriptFileUri
field. 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.
outputBucketName
- The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the transcription in the specified S3
bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the
TranscriptFileUri
field. 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 String getOutputBucketName()
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the transcription in the specified S3
bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the
TranscriptFileUri
field. 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.
If you set the OutputBucketName
, Amazon Transcribe puts the transcription in the specified
S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in
the TranscriptFileUri
field. 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(String outputBucketName)
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the transcription in the specified S3
bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the
TranscriptFileUri
field. 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.
outputBucketName
- The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the transcription in the specified S3
bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the
TranscriptFileUri
field. 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 setOutputEncryptionKMSKeyId(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.
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 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.
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(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.
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 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 Settings getSettings()
A Settings
object that provides optional settings for a transcription job.
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.
settings
- A Settings
object that provides optional settings for a transcription 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 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.
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.
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 String toString()
toString
in class Object
Object.toString()
public StartTranscriptionJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.