@Generated(value="software.amazon.awssdk:codegen") public final class TranscriptionJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TranscriptionJobSummary.Builder,TranscriptionJobSummary>
Provides a summary of information about a transcription job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TranscriptionJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TranscriptionJobSummary.Builder |
builder() |
Instant |
completionTime()
A timestamp that shows when the job was completed.
|
ContentRedaction |
contentRedaction()
The content redaction settings of the transcription job.
|
Instant |
creationTime()
A timestamp that shows when the job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If the
TranscriptionJobStatus field is FAILED, a description of the error. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Float |
identifiedLanguageScore()
A value between zero and one that Amazon Transcribe assigned to the language it identified in the source audio.
|
Boolean |
identifyLanguage()
Whether automatic language identification was enabled for a transcription job.
|
LanguageCode |
languageCode()
The language code for the input speech.
|
String |
languageCodeAsString()
The language code for the input speech.
|
ModelSettings |
modelSettings()
Returns the value of the ModelSettings property for this object.
|
OutputLocationType |
outputLocationType()
Indicates the location of the output of the transcription job.
|
String |
outputLocationTypeAsString()
Indicates the location of the output of the transcription job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TranscriptionJobSummary.Builder> |
serializableBuilderClass() |
Instant |
startTime()
A timestamp that shows when the job started processing.
|
TranscriptionJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transcriptionJobName()
The name of the transcription job.
|
TranscriptionJobStatus |
transcriptionJobStatus()
The status of the transcription job.
|
String |
transcriptionJobStatusAsString()
The status of the transcription job.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String transcriptionJobName()
The name of the transcription job.
public Instant creationTime()
A timestamp that shows when the job was created.
public Instant startTime()
A timestamp that shows when the job started processing.
public Instant completionTime()
A timestamp that shows when the job was completed.
public LanguageCode languageCode()
The language code for the input speech.
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 input speech.
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 TranscriptionJobStatus transcriptionJobStatus()
The status of the transcription job. When the status is COMPLETED, use the
GetTranscriptionJob operation to get the results of the transcription.
If the service returns an enum value that is not available in the current SDK version,
transcriptionJobStatus will return TranscriptionJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from transcriptionJobStatusAsString().
COMPLETED, use the
GetTranscriptionJob operation to get the results of the transcription.TranscriptionJobStatuspublic String transcriptionJobStatusAsString()
The status of the transcription job. When the status is COMPLETED, use the
GetTranscriptionJob operation to get the results of the transcription.
If the service returns an enum value that is not available in the current SDK version,
transcriptionJobStatus will return TranscriptionJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from transcriptionJobStatusAsString().
COMPLETED, use the
GetTranscriptionJob operation to get the results of the transcription.TranscriptionJobStatuspublic String failureReason()
If the TranscriptionJobStatus field is FAILED, a description of the error.
TranscriptionJobStatus field is FAILED, a description of the error.public 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.
If the service returns an enum value that is not available in the current SDK version,
outputLocationType will return OutputLocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from outputLocationTypeAsString().
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.
OutputLocationTypepublic String outputLocationTypeAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
outputLocationType will return OutputLocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from outputLocationTypeAsString().
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.
OutputLocationTypepublic ContentRedaction contentRedaction()
The content redaction settings of the transcription job.
public ModelSettings modelSettings()
public Boolean identifyLanguage()
Whether automatic language identification was enabled for a transcription job.
public 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.
public TranscriptionJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TranscriptionJobSummary.Builder,TranscriptionJobSummary>public static TranscriptionJobSummary.Builder builder()
public static Class<? extends TranscriptionJobSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.