@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest. |
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.
|
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
transcriptionJobName()
The name of the job.
|
overrideConfigurationcopypublic 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.
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.
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.
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 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<StartTranscriptionJobRequest.Builder,StartTranscriptionJobRequest>toBuilder in class TranscribeRequestpublic static StartTranscriptionJobRequest.Builder builder()
public static Class<? extends StartTranscriptionJobRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.