public class MedicalTranscriptionJobSummary
extends java.lang.Object
implements java.io.Serializable
Provides summary information about a transcription job.
Constructor and Description |
---|
MedicalTranscriptionJobSummary() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCompletionTime()
A timestamp that shows when the job was completed.
|
java.util.Date |
getCreationTime()
A timestamp that shows when the medical transcription job was created.
|
java.lang.String |
getFailureReason()
If the
TranscriptionJobStatus field is FAILED ,
a description of the error. |
java.lang.String |
getLanguageCode()
The language of the transcript in the source audio file.
|
java.lang.String |
getMedicalTranscriptionJobName()
The name of a medical transcription job.
|
java.lang.String |
getOutputLocationType()
Indicates the location of the transcription job's output.
|
java.lang.String |
getSpecialty()
The medical specialty of the transcription job.
|
java.util.Date |
getStartTime()
A timestamp that shows when the job began processing.
|
java.lang.String |
getTranscriptionJobStatus()
The status of the medical transcription job.
|
java.lang.String |
getType()
The speech of the clinician in the input audio.
|
int |
hashCode() |
void |
setCompletionTime(java.util.Date completionTime)
A timestamp that shows when the job was completed.
|
void |
setCreationTime(java.util.Date creationTime)
A timestamp that shows when the medical transcription job was created.
|
void |
setFailureReason(java.lang.String failureReason)
If the
TranscriptionJobStatus field is FAILED ,
a description of the error. |
void |
setLanguageCode(LanguageCode languageCode)
The language of the transcript in the source audio file.
|
void |
setLanguageCode(java.lang.String languageCode)
The language of the transcript in the source audio file.
|
void |
setMedicalTranscriptionJobName(java.lang.String medicalTranscriptionJobName)
The name of a medical transcription job.
|
void |
setOutputLocationType(OutputLocationType outputLocationType)
Indicates the location of the transcription job's output.
|
void |
setOutputLocationType(java.lang.String outputLocationType)
Indicates the location of the transcription job's output.
|
void |
setSpecialty(Specialty specialty)
The medical specialty of the transcription job.
|
void |
setSpecialty(java.lang.String specialty)
The medical specialty of the transcription job.
|
void |
setStartTime(java.util.Date startTime)
A timestamp that shows when the job began processing.
|
void |
setTranscriptionJobStatus(java.lang.String transcriptionJobStatus)
The status of the medical transcription job.
|
void |
setTranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The status of the medical transcription job.
|
void |
setType(java.lang.String type)
The speech of the clinician in the input audio.
|
void |
setType(Type type)
The speech of the clinician in the input audio.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
MedicalTranscriptionJobSummary |
withCompletionTime(java.util.Date completionTime)
A timestamp that shows when the job was completed.
|
MedicalTranscriptionJobSummary |
withCreationTime(java.util.Date creationTime)
A timestamp that shows when the medical transcription job was created.
|
MedicalTranscriptionJobSummary |
withFailureReason(java.lang.String failureReason)
If the
TranscriptionJobStatus field is FAILED ,
a description of the error. |
MedicalTranscriptionJobSummary |
withLanguageCode(LanguageCode languageCode)
The language of the transcript in the source audio file.
|
MedicalTranscriptionJobSummary |
withLanguageCode(java.lang.String languageCode)
The language of the transcript in the source audio file.
|
MedicalTranscriptionJobSummary |
withMedicalTranscriptionJobName(java.lang.String medicalTranscriptionJobName)
The name of a medical transcription job.
|
MedicalTranscriptionJobSummary |
withOutputLocationType(OutputLocationType outputLocationType)
Indicates the location of the transcription job's output.
|
MedicalTranscriptionJobSummary |
withOutputLocationType(java.lang.String outputLocationType)
Indicates the location of the transcription job's output.
|
MedicalTranscriptionJobSummary |
withSpecialty(Specialty specialty)
The medical specialty of the transcription job.
|
MedicalTranscriptionJobSummary |
withSpecialty(java.lang.String specialty)
The medical specialty of the transcription job.
|
MedicalTranscriptionJobSummary |
withStartTime(java.util.Date startTime)
A timestamp that shows when the job began processing.
|
MedicalTranscriptionJobSummary |
withTranscriptionJobStatus(java.lang.String transcriptionJobStatus)
The status of the medical transcription job.
|
MedicalTranscriptionJobSummary |
withTranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The status of the medical transcription job.
|
MedicalTranscriptionJobSummary |
withType(java.lang.String type)
The speech of the clinician in the input audio.
|
MedicalTranscriptionJobSummary |
withType(Type type)
The speech of the clinician in the input audio.
|
public java.lang.String getMedicalTranscriptionJobName()
The name of a medical transcription job.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
The name of a medical transcription job.
public void setMedicalTranscriptionJobName(java.lang.String medicalTranscriptionJobName)
The name of a medical transcription job.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
medicalTranscriptionJobName
- The name of a medical transcription job.
public MedicalTranscriptionJobSummary withMedicalTranscriptionJobName(java.lang.String medicalTranscriptionJobName)
The name of a medical transcription job.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
medicalTranscriptionJobName
- The name of a medical transcription job.
public java.util.Date getCreationTime()
A timestamp that shows when the medical transcription job was created.
A timestamp that shows when the medical transcription job was created.
public void setCreationTime(java.util.Date creationTime)
A timestamp that shows when the medical transcription job was created.
creationTime
- A timestamp that shows when the medical transcription job was created.
public MedicalTranscriptionJobSummary withCreationTime(java.util.Date creationTime)
A timestamp that shows when the medical transcription job was created.
Returns a reference to this object so that method calls can be chained together.
creationTime
- A timestamp that shows when the medical transcription job was created.
public java.util.Date getStartTime()
A timestamp that shows when the job began processing.
A timestamp that shows when the job began processing.
public void setStartTime(java.util.Date startTime)
A timestamp that shows when the job began processing.
startTime
- A timestamp that shows when the job began processing.
public MedicalTranscriptionJobSummary withStartTime(java.util.Date startTime)
A timestamp that shows when the job began processing.
Returns a reference to this object so that method calls can be chained together.
startTime
- A timestamp that shows when the job began processing.
public java.util.Date getCompletionTime()
A timestamp that shows when the job was completed.
A timestamp that shows when the job was completed.
public void setCompletionTime(java.util.Date completionTime)
A timestamp that shows when the job was completed.
completionTime
- A timestamp that shows when the job was completed.
public MedicalTranscriptionJobSummary withCompletionTime(java.util.Date completionTime)
A timestamp that shows when the job was completed.
Returns a reference to this object so that method calls can be chained together.
completionTime
- A timestamp that shows when the job was completed.
public java.lang.String getLanguageCode()
The language of the transcript in the source audio file.
Constraints:
Allowed Values: af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE,
en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR,
fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR,
ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
The language of the transcript in the source audio file.
LanguageCode
public void setLanguageCode(java.lang.String languageCode)
The language of the transcript in the source audio file.
Constraints:
Allowed Values: af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE,
en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR,
fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR,
ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
languageCode
- The language of the transcript in the source audio file.
LanguageCode
public MedicalTranscriptionJobSummary withLanguageCode(java.lang.String languageCode)
The language of the transcript in the source audio file.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE,
en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR,
fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR,
ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
languageCode
- The language of the transcript in the source audio file.
LanguageCode
public void setLanguageCode(LanguageCode languageCode)
The language of the transcript in the source audio file.
Constraints:
Allowed Values: af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE,
en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR,
fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR,
ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
languageCode
- The language of the transcript in the source audio file.
LanguageCode
public MedicalTranscriptionJobSummary withLanguageCode(LanguageCode languageCode)
The language of the transcript in the source audio file.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE,
en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR,
fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR,
ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
languageCode
- The language of the transcript in the source audio file.
LanguageCode
public java.lang.String getTranscriptionJobStatus()
The status of the medical transcription job.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
The status of the medical transcription job.
TranscriptionJobStatus
public void setTranscriptionJobStatus(java.lang.String transcriptionJobStatus)
The status of the medical transcription job.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
transcriptionJobStatus
- The status of the medical transcription job.
TranscriptionJobStatus
public MedicalTranscriptionJobSummary withTranscriptionJobStatus(java.lang.String transcriptionJobStatus)
The status of the medical transcription job.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
transcriptionJobStatus
- The status of the medical transcription job.
TranscriptionJobStatus
public void setTranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The status of the medical transcription job.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
transcriptionJobStatus
- The status of the medical transcription job.
TranscriptionJobStatus
public MedicalTranscriptionJobSummary withTranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The status of the medical transcription job.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
transcriptionJobStatus
- The status of the medical transcription job.
TranscriptionJobStatus
public java.lang.String getFailureReason()
If the TranscriptionJobStatus
field is FAILED
,
a description of the error.
If the TranscriptionJobStatus
field is
FAILED
, a description of the error.
public void setFailureReason(java.lang.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 MedicalTranscriptionJobSummary withFailureReason(java.lang.String failureReason)
If the TranscriptionJobStatus
field is FAILED
,
a description of the error.
Returns a reference to this object so that method calls can be chained together.
failureReason
-
If the TranscriptionJobStatus
field is
FAILED
, a description of the error.
public java.lang.String getOutputLocationType()
Indicates the location of the transcription job's output.
The CUSTOMER_BUCKET
is the S3 location provided in the
OutputBucketName
field when the
Constraints:
Allowed Values: CUSTOMER_BUCKET, SERVICE_BUCKET
Indicates the location of the transcription job's output.
The CUSTOMER_BUCKET
is the S3 location provided in
the OutputBucketName
field when the
OutputLocationType
public void setOutputLocationType(java.lang.String outputLocationType)
Indicates the location of the transcription job's output.
The CUSTOMER_BUCKET
is the S3 location provided in the
OutputBucketName
field when the
Constraints:
Allowed Values: CUSTOMER_BUCKET, SERVICE_BUCKET
outputLocationType
- Indicates the location of the transcription job's output.
The CUSTOMER_BUCKET
is the S3 location provided
in the OutputBucketName
field when the
OutputLocationType
public MedicalTranscriptionJobSummary withOutputLocationType(java.lang.String outputLocationType)
Indicates the location of the transcription job's output.
The CUSTOMER_BUCKET
is the S3 location provided in the
OutputBucketName
field when the
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CUSTOMER_BUCKET, SERVICE_BUCKET
outputLocationType
- Indicates the location of the transcription job's output.
The CUSTOMER_BUCKET
is the S3 location provided
in the OutputBucketName
field when the
OutputLocationType
public void setOutputLocationType(OutputLocationType outputLocationType)
Indicates the location of the transcription job's output.
The CUSTOMER_BUCKET
is the S3 location provided in the
OutputBucketName
field when the
Constraints:
Allowed Values: CUSTOMER_BUCKET, SERVICE_BUCKET
outputLocationType
- Indicates the location of the transcription job's output.
The CUSTOMER_BUCKET
is the S3 location provided
in the OutputBucketName
field when the
OutputLocationType
public MedicalTranscriptionJobSummary withOutputLocationType(OutputLocationType outputLocationType)
Indicates the location of the transcription job's output.
The CUSTOMER_BUCKET
is the S3 location provided in the
OutputBucketName
field when the
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CUSTOMER_BUCKET, SERVICE_BUCKET
outputLocationType
- Indicates the location of the transcription job's output.
The CUSTOMER_BUCKET
is the S3 location provided
in the OutputBucketName
field when the
OutputLocationType
public java.lang.String getSpecialty()
The medical specialty of the transcription job. Primary care
is the only valid value.
Constraints:
Allowed Values: PRIMARYCARE
The medical specialty of the transcription job.
Primary care
is the only valid value.
Specialty
public void setSpecialty(java.lang.String specialty)
The medical specialty of the transcription job. Primary care
is the only valid value.
Constraints:
Allowed Values: PRIMARYCARE
specialty
-
The medical specialty of the transcription job.
Primary care
is the only valid value.
Specialty
public MedicalTranscriptionJobSummary withSpecialty(java.lang.String specialty)
The medical specialty of the transcription job. Primary care
is the only valid value.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: PRIMARYCARE
specialty
-
The medical specialty of the transcription job.
Primary care
is the only valid value.
Specialty
public void setSpecialty(Specialty specialty)
The medical specialty of the transcription job. Primary care
is the only valid value.
Constraints:
Allowed Values: PRIMARYCARE
specialty
-
The medical specialty of the transcription job.
Primary care
is the only valid value.
Specialty
public MedicalTranscriptionJobSummary withSpecialty(Specialty specialty)
The medical specialty of the transcription job. Primary care
is the only valid value.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: PRIMARYCARE
specialty
-
The medical specialty of the transcription job.
Primary care
is the only valid value.
Specialty
public java.lang.String getType()
The speech of the clinician in the input audio.
Constraints:
Allowed Values: CONVERSATION, DICTATION
The speech of the clinician in the input audio.
Type
public void setType(java.lang.String type)
The speech of the clinician in the input audio.
Constraints:
Allowed Values: CONVERSATION, DICTATION
type
- The speech of the clinician in the input audio.
Type
public MedicalTranscriptionJobSummary withType(java.lang.String type)
The speech of the clinician in the input audio.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CONVERSATION, DICTATION
type
- The speech of the clinician in the input audio.
Type
public void setType(Type type)
The speech of the clinician in the input audio.
Constraints:
Allowed Values: CONVERSATION, DICTATION
type
- The speech of the clinician in the input audio.
Type
public MedicalTranscriptionJobSummary withType(Type type)
The speech of the clinician in the input audio.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CONVERSATION, DICTATION
type
- The speech of the clinician in the input audio.
Type
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.