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.
|
default TranscriptionJobSummary.Builder |
contentRedaction(Consumer<ContentRedaction.Builder> contentRedaction)
The content redaction settings of the transcription job.
|
TranscriptionJobSummary.Builder |
contentRedaction(ContentRedaction contentRedaction)
The content redaction settings of the transcription job.
|
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 |
identifiedLanguageScore(Float identifiedLanguageScore)
A value between zero and one that Amazon Transcribe assigned to the language it identified in the source
audio.
|
TranscriptionJobSummary.Builder |
identifyLanguage(Boolean identifyLanguage)
Whether automatic language identification was enabled for a transcription job.
|
TranscriptionJobSummary.Builder |
languageCode(LanguageCode languageCode)
The language code for the input speech.
|
TranscriptionJobSummary.Builder |
languageCode(String languageCode)
The language code for the input speech.
|
default TranscriptionJobSummary.Builder |
modelSettings(Consumer<ModelSettings.Builder> modelSettings)
Sets the value of the ModelSettings property for this object.
|
TranscriptionJobSummary.Builder |
modelSettings(ModelSettings modelSettings)
Sets the value of the ModelSettings property for this object.
|
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 |
startTime(Instant startTime)
A timestamp that shows when the job started processing.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTranscriptionJobSummary.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 startTime(Instant startTime)
A timestamp that shows when the job started processing.
startTime - A timestamp that shows when the job started processing.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,
LanguageCodeTranscriptionJobSummary.Builder languageCode(LanguageCode languageCode)
The language code for the input speech.
languageCode - The language code for the input speech.LanguageCode,
LanguageCodeTranscriptionJobSummary.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,
TranscriptionJobStatusTranscriptionJobSummary.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,
TranscriptionJobStatusTranscriptionJobSummary.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,
OutputLocationTypeTranscriptionJobSummary.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,
OutputLocationTypeTranscriptionJobSummary.Builder contentRedaction(ContentRedaction contentRedaction)
The content redaction settings of the transcription job.
contentRedaction - The content redaction settings of the transcription job.default TranscriptionJobSummary.Builder contentRedaction(Consumer<ContentRedaction.Builder> contentRedaction)
The content redaction settings of the transcription job.
This is a convenience that creates an instance of theContentRedaction.Builder avoiding the need to
create one manually via ContentRedaction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to contentRedaction(ContentRedaction).contentRedaction - a consumer that will call methods on ContentRedaction.BuildercontentRedaction(ContentRedaction)TranscriptionJobSummary.Builder modelSettings(ModelSettings modelSettings)
modelSettings - The new value for the ModelSettings property for this object.default TranscriptionJobSummary.Builder modelSettings(Consumer<ModelSettings.Builder> modelSettings)
ModelSettings.Builder avoiding the need to
create one manually via ModelSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to modelSettings(ModelSettings).modelSettings - a consumer that will call methods on ModelSettings.BuildermodelSettings(ModelSettings)TranscriptionJobSummary.Builder identifyLanguage(Boolean identifyLanguage)
Whether automatic language identification was enabled for a transcription job.
identifyLanguage - Whether automatic language identification was enabled for a transcription job.TranscriptionJobSummary.Builder identifiedLanguageScore(Float identifiedLanguageScore)
A value between zero and one that Amazon Transcribe assigned to the language it identified in the source audio. A higher score indicates that Amazon Transcribe is more confident in the language it identified.
identifiedLanguageScore - A value between zero and one that Amazon Transcribe assigned to the language it identified in the
source audio. A higher score indicates that Amazon Transcribe is more confident in the language it
identified.Copyright © 2020. All rights reserved.