@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MedicalTranscriptionJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides summary information about a transcription job.
| Constructor and Description |
|---|
MedicalTranscriptionJobSummary() |
| Modifier and Type | Method and Description |
|---|---|
MedicalTranscriptionJobSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCompletionTime()
A timestamp that shows when the job was completed.
|
String |
getContentIdentificationType()
Shows the type of information you've configured Amazon Transcribe Medical to identify in a transcription job.
|
Date |
getCreationTime()
A timestamp that shows when the medical transcription job was created.
|
String |
getFailureReason()
If the
TranscriptionJobStatus field is FAILED, a description of the error. |
String |
getLanguageCode()
The language of the transcript in the source audio file.
|
String |
getMedicalTranscriptionJobName()
The name of a medical transcription job.
|
String |
getOutputLocationType()
Indicates the location of the transcription job's output.
|
String |
getSpecialty()
The medical specialty of the transcription job.
|
Date |
getStartTime()
A timestamp that shows when the job began processing.
|
String |
getTranscriptionJobStatus()
The status of the medical transcription job.
|
String |
getType()
The speech of the clinician in the input audio.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCompletionTime(Date completionTime)
A timestamp that shows when the job was completed.
|
void |
setContentIdentificationType(String contentIdentificationType)
Shows the type of information you've configured Amazon Transcribe Medical to identify in a transcription job.
|
void |
setCreationTime(Date creationTime)
A timestamp that shows when the medical transcription job was created.
|
void |
setFailureReason(String failureReason)
If the
TranscriptionJobStatus field is FAILED, a description of the error. |
void |
setLanguageCode(String languageCode)
The language of the transcript in the source audio file.
|
void |
setMedicalTranscriptionJobName(String medicalTranscriptionJobName)
The name of a medical transcription job.
|
void |
setOutputLocationType(String outputLocationType)
Indicates the location of the transcription job's output.
|
void |
setSpecialty(String specialty)
The medical specialty of the transcription job.
|
void |
setStartTime(Date startTime)
A timestamp that shows when the job began processing.
|
void |
setTranscriptionJobStatus(String transcriptionJobStatus)
The status of the medical transcription job.
|
void |
setType(String type)
The speech of the clinician in the input audio.
|
String |
toString()
Returns a string representation of this object.
|
MedicalTranscriptionJobSummary |
withCompletionTime(Date completionTime)
A timestamp that shows when the job was completed.
|
MedicalTranscriptionJobSummary |
withContentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
Shows the type of information you've configured Amazon Transcribe Medical to identify in a transcription job.
|
MedicalTranscriptionJobSummary |
withContentIdentificationType(String contentIdentificationType)
Shows the type of information you've configured Amazon Transcribe Medical to identify in a transcription job.
|
MedicalTranscriptionJobSummary |
withCreationTime(Date creationTime)
A timestamp that shows when the medical transcription job was created.
|
MedicalTranscriptionJobSummary |
withFailureReason(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(String languageCode)
The language of the transcript in the source audio file.
|
MedicalTranscriptionJobSummary |
withMedicalTranscriptionJobName(String medicalTranscriptionJobName)
The name of a medical transcription job.
|
MedicalTranscriptionJobSummary |
withOutputLocationType(OutputLocationType outputLocationType)
Indicates the location of the transcription job's output.
|
MedicalTranscriptionJobSummary |
withOutputLocationType(String outputLocationType)
Indicates the location of the transcription job's output.
|
MedicalTranscriptionJobSummary |
withSpecialty(Specialty specialty)
The medical specialty of the transcription job.
|
MedicalTranscriptionJobSummary |
withSpecialty(String specialty)
The medical specialty of the transcription job.
|
MedicalTranscriptionJobSummary |
withStartTime(Date startTime)
A timestamp that shows when the job began processing.
|
MedicalTranscriptionJobSummary |
withTranscriptionJobStatus(String transcriptionJobStatus)
The status of the medical transcription job.
|
MedicalTranscriptionJobSummary |
withTranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The status of the medical transcription job.
|
MedicalTranscriptionJobSummary |
withType(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 void setMedicalTranscriptionJobName(String medicalTranscriptionJobName)
The name of a medical transcription job.
medicalTranscriptionJobName - The name of a medical transcription job.public String getMedicalTranscriptionJobName()
The name of a medical transcription job.
public MedicalTranscriptionJobSummary withMedicalTranscriptionJobName(String medicalTranscriptionJobName)
The name of a medical transcription job.
medicalTranscriptionJobName - The name of a medical transcription job.public void setCreationTime(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 Date getCreationTime()
A timestamp that shows when the medical transcription job was created.
public MedicalTranscriptionJobSummary withCreationTime(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 void setStartTime(Date startTime)
A timestamp that shows when the job began processing.
startTime - A timestamp that shows when the job began processing.public Date getStartTime()
A timestamp that shows when the job began processing.
public MedicalTranscriptionJobSummary withStartTime(Date startTime)
A timestamp that shows when the job began processing.
startTime - A timestamp that shows when the job began 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 MedicalTranscriptionJobSummary 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 of the transcript in the source audio file.
languageCode - The language of the transcript in the source audio file.LanguageCodepublic String getLanguageCode()
The language of the transcript in the source audio file.
LanguageCodepublic MedicalTranscriptionJobSummary withLanguageCode(String languageCode)
The language of the transcript in the source audio file.
languageCode - The language of the transcript in the source audio file.LanguageCodepublic MedicalTranscriptionJobSummary withLanguageCode(LanguageCode languageCode)
The language of the transcript in the source audio file.
languageCode - The language of the transcript in the source audio file.LanguageCodepublic void setTranscriptionJobStatus(String transcriptionJobStatus)
The status of the medical transcription job.
transcriptionJobStatus - The status of the medical transcription job.TranscriptionJobStatuspublic String getTranscriptionJobStatus()
The status of the medical transcription job.
TranscriptionJobStatuspublic MedicalTranscriptionJobSummary withTranscriptionJobStatus(String transcriptionJobStatus)
The status of the medical transcription job.
transcriptionJobStatus - The status of the medical transcription job.TranscriptionJobStatuspublic MedicalTranscriptionJobSummary withTranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The status of the medical transcription job.
transcriptionJobStatus - The status of the medical transcription job.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 MedicalTranscriptionJobSummary 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 transcription job's output. This field must be the path of an S3 bucket; if you don't already have an S3 bucket, one is created based on the path you add.
outputLocationType - Indicates the location of the transcription job's output. This field must be the path of an S3 bucket; if
you don't already have an S3 bucket, one is created based on the path you add.OutputLocationTypepublic String getOutputLocationType()
Indicates the location of the transcription job's output. This field must be the path of an S3 bucket; if you don't already have an S3 bucket, one is created based on the path you add.
OutputLocationTypepublic MedicalTranscriptionJobSummary withOutputLocationType(String outputLocationType)
Indicates the location of the transcription job's output. This field must be the path of an S3 bucket; if you don't already have an S3 bucket, one is created based on the path you add.
outputLocationType - Indicates the location of the transcription job's output. This field must be the path of an S3 bucket; if
you don't already have an S3 bucket, one is created based on the path you add.OutputLocationTypepublic MedicalTranscriptionJobSummary withOutputLocationType(OutputLocationType outputLocationType)
Indicates the location of the transcription job's output. This field must be the path of an S3 bucket; if you don't already have an S3 bucket, one is created based on the path you add.
outputLocationType - Indicates the location of the transcription job's output. This field must be the path of an S3 bucket; if
you don't already have an S3 bucket, one is created based on the path you add.OutputLocationTypepublic void setSpecialty(String specialty)
The medical specialty of the transcription job. Refer to Transcribing a medical conversationfor a list of supported specialties.
specialty - The medical specialty of the transcription job. Refer to Transcribing
a medical conversationfor a list of supported specialties.Specialtypublic String getSpecialty()
The medical specialty of the transcription job. Refer to Transcribing a medical conversationfor a list of supported specialties.
Specialtypublic MedicalTranscriptionJobSummary withSpecialty(String specialty)
The medical specialty of the transcription job. Refer to Transcribing a medical conversationfor a list of supported specialties.
specialty - The medical specialty of the transcription job. Refer to Transcribing
a medical conversationfor a list of supported specialties.Specialtypublic MedicalTranscriptionJobSummary withSpecialty(Specialty specialty)
The medical specialty of the transcription job. Refer to Transcribing a medical conversationfor a list of supported specialties.
specialty - The medical specialty of the transcription job. Refer to Transcribing
a medical conversationfor a list of supported specialties.Specialtypublic void setContentIdentificationType(String contentIdentificationType)
Shows the type of information you've configured Amazon Transcribe Medical to identify in a transcription job. If
the value is PHI, you've configured the transcription job to identify personal health information
(PHI).
contentIdentificationType - Shows the type of information you've configured Amazon Transcribe Medical to identify in a transcription
job. If the value is PHI, you've configured the transcription job to identify personal health
information (PHI).MedicalContentIdentificationTypepublic String getContentIdentificationType()
Shows the type of information you've configured Amazon Transcribe Medical to identify in a transcription job. If
the value is PHI, you've configured the transcription job to identify personal health information
(PHI).
PHI, you've configured the transcription job to identify personal
health information (PHI).MedicalContentIdentificationTypepublic MedicalTranscriptionJobSummary withContentIdentificationType(String contentIdentificationType)
Shows the type of information you've configured Amazon Transcribe Medical to identify in a transcription job. If
the value is PHI, you've configured the transcription job to identify personal health information
(PHI).
contentIdentificationType - Shows the type of information you've configured Amazon Transcribe Medical to identify in a transcription
job. If the value is PHI, you've configured the transcription job to identify personal health
information (PHI).MedicalContentIdentificationTypepublic MedicalTranscriptionJobSummary withContentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
Shows the type of information you've configured Amazon Transcribe Medical to identify in a transcription job. If
the value is PHI, you've configured the transcription job to identify personal health information
(PHI).
contentIdentificationType - Shows the type of information you've configured Amazon Transcribe Medical to identify in a transcription
job. If the value is PHI, you've configured the transcription job to identify personal health
information (PHI).MedicalContentIdentificationTypepublic void setType(String type)
The speech of the clinician in the input audio.
type - The speech of the clinician in the input audio.Typepublic String getType()
The speech of the clinician in the input audio.
Typepublic MedicalTranscriptionJobSummary withType(String type)
The speech of the clinician in the input audio.
type - The speech of the clinician in the input audio.Typepublic MedicalTranscriptionJobSummary withType(Type type)
The speech of the clinician in the input audio.
type - The speech of the clinician in the input audio.Typepublic String toString()
toString in class ObjectObject.toString()public MedicalTranscriptionJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.