@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TranscriptionJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary of information about a transcription job.
| Constructor and Description |
|---|
TranscriptionJobSummary() |
| Modifier and Type | Method and Description |
|---|---|
TranscriptionJobSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCompletionTime()
A timestamp that shows when the job was completed.
|
ContentRedaction |
getContentRedaction()
The content redaction settings of the transcription job.
|
Date |
getCreationTime()
A timestamp that shows when the job was created.
|
String |
getFailureReason()
If the
TranscriptionJobStatus field is FAILED, a description of the error. |
Float |
getIdentifiedLanguageScore()
A value between zero and one that Amazon Transcribe assigned to the language it identified in the source audio.
|
Boolean |
getIdentifyLanguage()
Whether automatic language identification was enabled for a transcription job.
|
String |
getLanguageCode()
The language code for the input speech.
|
ModelSettings |
getModelSettings() |
String |
getOutputLocationType()
Indicates the location of the output of the transcription job.
|
Date |
getStartTime()
A timestamp that shows when the job started processing.
|
String |
getTranscriptionJobName()
The name of the transcription job.
|
String |
getTranscriptionJobStatus()
The status of the transcription job.
|
int |
hashCode() |
Boolean |
isIdentifyLanguage()
Whether automatic language identification was enabled for a transcription job.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCompletionTime(Date completionTime)
A timestamp that shows when the job was completed.
|
void |
setContentRedaction(ContentRedaction contentRedaction)
The content redaction settings of the transcription job.
|
void |
setCreationTime(Date creationTime)
A timestamp that shows when the job was created.
|
void |
setFailureReason(String failureReason)
If the
TranscriptionJobStatus field is FAILED, a description of the error. |
void |
setIdentifiedLanguageScore(Float identifiedLanguageScore)
A value between zero and one that Amazon Transcribe assigned to the language it identified in the source audio.
|
void |
setIdentifyLanguage(Boolean identifyLanguage)
Whether automatic language identification was enabled for a transcription job.
|
void |
setLanguageCode(String languageCode)
The language code for the input speech.
|
void |
setModelSettings(ModelSettings modelSettings) |
void |
setOutputLocationType(String outputLocationType)
Indicates the location of the output of the transcription job.
|
void |
setStartTime(Date startTime)
A timestamp that shows when the job started processing.
|
void |
setTranscriptionJobName(String transcriptionJobName)
The name of the transcription job.
|
void |
setTranscriptionJobStatus(String transcriptionJobStatus)
The status of the transcription job.
|
String |
toString()
Returns a string representation of this object.
|
TranscriptionJobSummary |
withCompletionTime(Date completionTime)
A timestamp that shows when the job was completed.
|
TranscriptionJobSummary |
withContentRedaction(ContentRedaction contentRedaction)
The content redaction settings of the transcription job.
|
TranscriptionJobSummary |
withCreationTime(Date creationTime)
A timestamp that shows when the job was created.
|
TranscriptionJobSummary |
withFailureReason(String failureReason)
If the
TranscriptionJobStatus field is FAILED, a description of the error. |
TranscriptionJobSummary |
withIdentifiedLanguageScore(Float identifiedLanguageScore)
A value between zero and one that Amazon Transcribe assigned to the language it identified in the source audio.
|
TranscriptionJobSummary |
withIdentifyLanguage(Boolean identifyLanguage)
Whether automatic language identification was enabled for a transcription job.
|
TranscriptionJobSummary |
withLanguageCode(LanguageCode languageCode)
The language code for the input speech.
|
TranscriptionJobSummary |
withLanguageCode(String languageCode)
The language code for the input speech.
|
TranscriptionJobSummary |
withModelSettings(ModelSettings modelSettings) |
TranscriptionJobSummary |
withOutputLocationType(OutputLocationType outputLocationType)
Indicates the location of the output of the transcription job.
|
TranscriptionJobSummary |
withOutputLocationType(String outputLocationType)
Indicates the location of the output of the transcription job.
|
TranscriptionJobSummary |
withStartTime(Date startTime)
A timestamp that shows when the job started processing.
|
TranscriptionJobSummary |
withTranscriptionJobName(String transcriptionJobName)
The name of the transcription job.
|
TranscriptionJobSummary |
withTranscriptionJobStatus(String transcriptionJobStatus)
The status of the transcription job.
|
TranscriptionJobSummary |
withTranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The status of the transcription job.
|
public void setTranscriptionJobName(String transcriptionJobName)
The name of the transcription job.
transcriptionJobName - The name of the transcription job.public String getTranscriptionJobName()
The name of the transcription job.
public TranscriptionJobSummary withTranscriptionJobName(String transcriptionJobName)
The name of the transcription job.
transcriptionJobName - The name of the transcription job.public void setCreationTime(Date creationTime)
A timestamp that shows when the job was created.
creationTime - A timestamp that shows when the job was created.public Date getCreationTime()
A timestamp that shows when the job was created.
public TranscriptionJobSummary withCreationTime(Date creationTime)
A timestamp that shows when the job was created.
creationTime - A timestamp that shows when the job was created.public void setStartTime(Date startTime)
A timestamp that shows when the job started processing.
startTime - A timestamp that shows when the job started processing.public Date getStartTime()
A timestamp that shows when the job started processing.
public TranscriptionJobSummary withStartTime(Date startTime)
A timestamp that shows when the job started processing.
startTime - A timestamp that shows when the job started processing.public void setCompletionTime(Date completionTime)
A timestamp that shows when the job was completed.
completionTime - A timestamp that shows when the job was completed.public Date getCompletionTime()
A timestamp that shows when the job was completed.
public TranscriptionJobSummary withCompletionTime(Date completionTime)
A timestamp that shows when the job was completed.
completionTime - A timestamp that shows when the job was completed.public void setLanguageCode(String languageCode)
The language code for the input speech.
languageCode - The language code for the input speech.LanguageCodepublic String getLanguageCode()
The language code for the input speech.
LanguageCodepublic TranscriptionJobSummary withLanguageCode(String languageCode)
The language code for the input speech.
languageCode - The language code for the input speech.LanguageCodepublic TranscriptionJobSummary withLanguageCode(LanguageCode languageCode)
The language code for the input speech.
languageCode - The language code for the input speech.LanguageCodepublic void setTranscriptionJobStatus(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.TranscriptionJobStatuspublic String getTranscriptionJobStatus()
The status of the transcription job. When the status is COMPLETED, use the
GetTranscriptionJob operation to get the results of the transcription.
COMPLETED, use the
GetTranscriptionJob operation to get the results of the transcription.TranscriptionJobStatuspublic TranscriptionJobSummary withTranscriptionJobStatus(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.TranscriptionJobStatuspublic TranscriptionJobSummary withTranscriptionJobStatus(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.TranscriptionJobStatuspublic void setFailureReason(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.public String getFailureReason()
If the TranscriptionJobStatus field is FAILED, a description of the error.
TranscriptionJobStatus field is FAILED, a description of the error.public TranscriptionJobSummary withFailureReason(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.public void setOutputLocationType(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.
OutputLocationTypepublic String getOutputLocationType()
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 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 TranscriptionJobSummary withOutputLocationType(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.
OutputLocationTypepublic TranscriptionJobSummary withOutputLocationType(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.
OutputLocationTypepublic void setContentRedaction(ContentRedaction contentRedaction)
The content redaction settings of the transcription job.
contentRedaction - The content redaction settings of the transcription job.public ContentRedaction getContentRedaction()
The content redaction settings of the transcription job.
public TranscriptionJobSummary withContentRedaction(ContentRedaction contentRedaction)
The content redaction settings of the transcription job.
contentRedaction - The content redaction settings of the transcription job.public void setModelSettings(ModelSettings modelSettings)
modelSettings - public ModelSettings getModelSettings()
public TranscriptionJobSummary withModelSettings(ModelSettings modelSettings)
modelSettings - public void setIdentifyLanguage(Boolean identifyLanguage)
Whether automatic language identification was enabled for a transcription job.
identifyLanguage - Whether automatic language identification was enabled for a transcription job.public Boolean getIdentifyLanguage()
Whether automatic language identification was enabled for a transcription job.
public TranscriptionJobSummary withIdentifyLanguage(Boolean identifyLanguage)
Whether automatic language identification was enabled for a transcription job.
identifyLanguage - Whether automatic language identification was enabled for a transcription job.public Boolean isIdentifyLanguage()
Whether automatic language identification was enabled for a transcription job.
public void setIdentifiedLanguageScore(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.public Float getIdentifiedLanguageScore()
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 withIdentifiedLanguageScore(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.public String toString()
toString in class ObjectObject.toString()public TranscriptionJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.