@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.
|
Date |
getCreationTime()
A timestamp that shows when the job was created.
|
String |
getFailureReason()
If the
TranscriptionJobStatus field is FAILED, a description of the error. |
String |
getLanguageCode()
The language code for the input speech.
|
String |
getOutputLocationType()
Indicates the location of the output of the transcription job.
|
String |
getTranscriptionJobName()
The name of the transcription job.
|
String |
getTranscriptionJobStatus()
The status of the transcription job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCompletionTime(Date completionTime)
A timestamp that shows when the job was completed.
|
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 |
setLanguageCode(String languageCode)
The language code for the input speech.
|
void |
setOutputLocationType(String outputLocationType)
Indicates the location of the output of the transcription job.
|
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; useful for testing and debugging.
|
TranscriptionJobSummary |
withCompletionTime(Date completionTime)
A timestamp that shows when the job was completed.
|
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 |
withLanguageCode(LanguageCode languageCode)
The language code for the input speech.
|
TranscriptionJobSummary |
withLanguageCode(String languageCode)
The language code for the input speech.
|
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 |
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 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 String toString()
toString in class ObjectObject.toString()public TranscriptionJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.