@Generated(value="software.amazon.awssdk:codegen") public final class StartTranscriptionJobRequest extends TranscribeRequest implements ToCopyableBuilder<StartTranscriptionJobRequest.Builder,StartTranscriptionJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartTranscriptionJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartTranscriptionJobRequest.Builder |
builder() |
ContentRedaction |
contentRedaction()
An object that contains the request parameters for content redaction.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasKmsEncryptionContext()
For responses, this returns true if the service returned a value for the KMSEncryptionContext property.
|
boolean |
hasLanguageOptions()
For responses, this returns true if the service returned a value for the LanguageOptions property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
Boolean |
identifyLanguage()
Set this field to
true to enable automatic language identification. |
JobExecutionSettings |
jobExecutionSettings()
Provides information about how a transcription job is executed.
|
Map<String,String> |
kmsEncryptionContext()
A map of plain text, non-secret key:value pairs, known as encryption context pairs, that provide an added layer
of security for your data.
|
LanguageCode |
languageCode()
The language code for the language used in the input media file.
|
String |
languageCodeAsString()
The language code for the language used in the input media file.
|
List<LanguageCode> |
languageOptions()
An object containing a list of languages that might be present in your collection of audio files.
|
List<String> |
languageOptionsAsStrings()
An object containing a list of languages that might be present in your collection of audio files.
|
Media |
media()
An object that describes the input media for a transcription job.
|
MediaFormat |
mediaFormat()
The format of the input media file.
|
String |
mediaFormatAsString()
The format of the input media file.
|
Integer |
mediaSampleRateHertz()
The sample rate, in Hertz, of the audio track in the input media file.
|
ModelSettings |
modelSettings()
Choose the custom language model you use for your transcription job in this parameter.
|
String |
outputBucketName()
The location where the transcription is stored.
|
String |
outputEncryptionKMSKeyId()
The Amazon Resource Name (ARN) of the Amazon Web Services Key Management Service (KMS) key used to encrypt the
output of the transcription job.
|
String |
outputKey()
You can specify a location in an Amazon S3 bucket to store the output of your transcription job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartTranscriptionJobRequest.Builder> |
serializableBuilderClass() |
Settings |
settings()
A
Settings object that provides optional settings for a transcription job. |
Subtitles |
subtitles()
Add subtitles to your batch transcription job.
|
List<Tag> |
tags()
Add tags to an Amazon Transcribe transcription job.
|
StartTranscriptionJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transcriptionJobName()
The name of the job.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 Amazon Web Services account. If you try to create a transcription
job with the same name as a previous transcription job, you get a ConflictException error.
." or ".." by themselves as the
job name. The name must also be unique within an Amazon Web Services account. If you try to create a
transcription job with the same name as a previous transcription job, you get a
ConflictException error.public final LanguageCode languageCode()
The language code for the language used in the input media file.
To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.
LanguageCodepublic final String languageCodeAsString()
The language code for the language used in the input media file.
To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.
LanguageCodepublic final 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.
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 final MediaFormat mediaFormat()
The format of the input media file.
If the service returns an enum value that is not available in the current SDK version, mediaFormat will
return MediaFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
mediaFormatAsString().
MediaFormatpublic final String mediaFormatAsString()
The format of the input media file.
If the service returns an enum value that is not available in the current SDK version, mediaFormat will
return MediaFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
mediaFormatAsString().
MediaFormatpublic final Media media()
An object that describes the input media for a transcription job.
public final 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 Amazon Web Services 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 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 Amazon Web Services 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 final 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.
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 final String outputEncryptionKMSKeyId()
The Amazon Resource Name (ARN) of the Amazon Web Services 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 final boolean hasKmsEncryptionContext()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final Map<String,String> kmsEncryptionContext()
A map of plain text, non-secret key:value pairs, known as encryption context pairs, that provide an added layer of security for your data.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasKmsEncryptionContext() method.
public final Settings settings()
A Settings object that provides optional settings for a transcription job.
Settings object that provides optional settings for a transcription job.public final ModelSettings modelSettings()
Choose the custom language model you use for your transcription job in this parameter.
public final 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.
public final ContentRedaction contentRedaction()
An object that contains the request parameters for content redaction.
public final 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.
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 final List<LanguageCode> 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.
To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasLanguageOptions() method.
To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.
public final boolean hasLanguageOptions()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> languageOptionsAsStrings()
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.
To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasLanguageOptions() method.
To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.
public final Subtitles subtitles()
Add subtitles to your batch transcription job.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<Tag> tags()
Add tags to an Amazon Transcribe transcription job.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public StartTranscriptionJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartTranscriptionJobRequest.Builder,StartTranscriptionJobRequest>toBuilder in class TranscribeRequestpublic static StartTranscriptionJobRequest.Builder builder()
public static Class<? extends StartTranscriptionJobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.