@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() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
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.
|
String |
outputBucketName()
The location where the transcription is stored.
|
String |
outputEncryptionKMSKeyId()
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the
transcription job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartTranscriptionJobRequest.Builder> |
serializableBuilderClass() |
Settings |
settings()
A
Settings object that provides optional settings for a 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 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.
public LanguageCode languageCode()
The language code for the language used in the input media file.
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().
LanguageCodepublic String languageCodeAsString()
The language code for the language used in the input media file.
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().
LanguageCodepublic 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 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 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 Media media()
An object that describes the input media for a transcription job.
public 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.
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 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.
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 settings()
A Settings object that provides optional settings for a transcription job.
Settings object that provides optional settings for a transcription job.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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.