public static interface TranscriptionJobSummary.Builder extends SdkPojo, CopyableBuilder<TranscriptionJobSummary.Builder,TranscriptionJobSummary>
Modifier and Type | Method and Description |
---|---|
TranscriptionJobSummary.Builder |
completionTime(Instant completionTime)
A timestamp that shows when the job was completed.
|
TranscriptionJobSummary.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the job was created.
|
TranscriptionJobSummary.Builder |
failureReason(String failureReason)
If the
TranscriptionJobStatus field is FAILED , a description of the error. |
TranscriptionJobSummary.Builder |
languageCode(LanguageCode languageCode)
The language code for the input speech.
|
TranscriptionJobSummary.Builder |
languageCode(String languageCode)
The language code for the input speech.
|
TranscriptionJobSummary.Builder |
outputLocationType(OutputLocationType outputLocationType)
Indicates the location of the output of the transcription job.
|
TranscriptionJobSummary.Builder |
outputLocationType(String outputLocationType)
Indicates the location of the output of the transcription job.
|
TranscriptionJobSummary.Builder |
transcriptionJobName(String transcriptionJobName)
The name of the transcription job.
|
TranscriptionJobSummary.Builder |
transcriptionJobStatus(String transcriptionJobStatus)
The status of the transcription job.
|
TranscriptionJobSummary.Builder |
transcriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The status of the transcription job.
|
copy
applyMutation, build
TranscriptionJobSummary.Builder transcriptionJobName(String transcriptionJobName)
The name of the transcription job.
transcriptionJobName
- The name of the transcription job.TranscriptionJobSummary.Builder creationTime(Instant creationTime)
A timestamp that shows when the job was created.
creationTime
- A timestamp that shows when the job was created.TranscriptionJobSummary.Builder completionTime(Instant completionTime)
A timestamp that shows when the job was completed.
completionTime
- A timestamp that shows when the job was completed.TranscriptionJobSummary.Builder languageCode(String languageCode)
The language code for the input speech.
languageCode
- The language code for the input speech.LanguageCode
,
LanguageCode
TranscriptionJobSummary.Builder languageCode(LanguageCode languageCode)
The language code for the input speech.
languageCode
- The language code for the input speech.LanguageCode
,
LanguageCode
TranscriptionJobSummary.Builder transcriptionJobStatus(String transcriptionJobStatus)
The status of the transcription job. When the status is COMPLETED
, use the
GetTranscriptionJob
operation to get the results of the transcription.
transcriptionJobStatus
- The status of the transcription job. When the status is COMPLETED
, use the
GetTranscriptionJob
operation to get the results of the transcription.TranscriptionJobStatus
,
TranscriptionJobStatus
TranscriptionJobSummary.Builder transcriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The status of the transcription job. When the status is COMPLETED
, use the
GetTranscriptionJob
operation to get the results of the transcription.
transcriptionJobStatus
- The status of the transcription job. When the status is COMPLETED
, use the
GetTranscriptionJob
operation to get the results of the transcription.TranscriptionJobStatus
,
TranscriptionJobStatus
TranscriptionJobSummary.Builder failureReason(String failureReason)
If the TranscriptionJobStatus
field is FAILED
, a description of the error.
failureReason
- If the TranscriptionJobStatus
field is FAILED
, a description of the error.TranscriptionJobSummary.Builder outputLocationType(String outputLocationType)
Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the
outputBucketName
field when the transcription job was started with the
StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be
retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
outputLocationType
- Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the
outputBucketName
field when the transcription job was started with the
StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be
retrieved using the URI in the GetTranscriptionJob
response's
TranscriptFileUri
field.
OutputLocationType
,
OutputLocationType
TranscriptionJobSummary.Builder outputLocationType(OutputLocationType outputLocationType)
Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the
outputBucketName
field when the transcription job was started with the
StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be
retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
outputLocationType
- Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the
outputBucketName
field when the transcription job was started with the
StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be
retrieved using the URI in the GetTranscriptionJob
response's
TranscriptFileUri
field.
OutputLocationType
,
OutputLocationType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.