public static interface MedicalTranscriptionJobSummary.Builder extends SdkPojo, CopyableBuilder<MedicalTranscriptionJobSummary.Builder,MedicalTranscriptionJobSummary>
| Modifier and Type | Method and Description |
|---|---|
MedicalTranscriptionJobSummary.Builder |
completionTime(Instant completionTime)
A timestamp that shows when the job was completed.
|
MedicalTranscriptionJobSummary.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the medical transcription job was created.
|
MedicalTranscriptionJobSummary.Builder |
failureReason(String failureReason)
If the
TranscriptionJobStatus field is FAILED, a description of the error. |
MedicalTranscriptionJobSummary.Builder |
languageCode(LanguageCode languageCode)
The language of the transcript in the source audio file.
|
MedicalTranscriptionJobSummary.Builder |
languageCode(String languageCode)
The language of the transcript in the source audio file.
|
MedicalTranscriptionJobSummary.Builder |
medicalTranscriptionJobName(String medicalTranscriptionJobName)
The name of a medical transcription job.
|
MedicalTranscriptionJobSummary.Builder |
outputLocationType(OutputLocationType outputLocationType)
Indicates the location of the transcription job's output.
|
MedicalTranscriptionJobSummary.Builder |
outputLocationType(String outputLocationType)
Indicates the location of the transcription job's output.
|
MedicalTranscriptionJobSummary.Builder |
specialty(Specialty specialty)
The medical specialty of the transcription job.
|
MedicalTranscriptionJobSummary.Builder |
specialty(String specialty)
The medical specialty of the transcription job.
|
MedicalTranscriptionJobSummary.Builder |
startTime(Instant startTime)
A timestamp that shows when the job began processing.
|
MedicalTranscriptionJobSummary.Builder |
transcriptionJobStatus(String transcriptionJobStatus)
The status of the medical transcription job.
|
MedicalTranscriptionJobSummary.Builder |
transcriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The status of the medical transcription job.
|
MedicalTranscriptionJobSummary.Builder |
type(String type)
The speech of the clinician in the input audio.
|
MedicalTranscriptionJobSummary.Builder |
type(Type type)
The speech of the clinician in the input audio.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMedicalTranscriptionJobSummary.Builder medicalTranscriptionJobName(String medicalTranscriptionJobName)
The name of a medical transcription job.
medicalTranscriptionJobName - The name of a medical transcription job.MedicalTranscriptionJobSummary.Builder creationTime(Instant creationTime)
A timestamp that shows when the medical transcription job was created.
creationTime - A timestamp that shows when the medical transcription job was created.MedicalTranscriptionJobSummary.Builder startTime(Instant startTime)
A timestamp that shows when the job began processing.
startTime - A timestamp that shows when the job began processing.MedicalTranscriptionJobSummary.Builder completionTime(Instant completionTime)
A timestamp that shows when the job was completed.
completionTime - A timestamp that shows when the job was completed.MedicalTranscriptionJobSummary.Builder languageCode(String languageCode)
The language of the transcript in the source audio file.
languageCode - The language of the transcript in the source audio file.LanguageCode,
LanguageCodeMedicalTranscriptionJobSummary.Builder languageCode(LanguageCode languageCode)
The language of the transcript in the source audio file.
languageCode - The language of the transcript in the source audio file.LanguageCode,
LanguageCodeMedicalTranscriptionJobSummary.Builder transcriptionJobStatus(String transcriptionJobStatus)
The status of the medical transcription job.
transcriptionJobStatus - The status of the medical transcription job.TranscriptionJobStatus,
TranscriptionJobStatusMedicalTranscriptionJobSummary.Builder transcriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The status of the medical transcription job.
transcriptionJobStatus - The status of the medical transcription job.TranscriptionJobStatus,
TranscriptionJobStatusMedicalTranscriptionJobSummary.Builder failureReason(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.MedicalTranscriptionJobSummary.Builder outputLocationType(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
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,
OutputLocationTypeMedicalTranscriptionJobSummary.Builder outputLocationType(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
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,
OutputLocationTypeMedicalTranscriptionJobSummary.Builder specialty(String specialty)
The medical specialty of the transcription job. Primary care is the only valid value.
MedicalTranscriptionJobSummary.Builder specialty(Specialty specialty)
The medical specialty of the transcription job. Primary care is the only valid value.
MedicalTranscriptionJobSummary.Builder type(String type)
The speech of the clinician in the input audio.
MedicalTranscriptionJobSummary.Builder type(Type type)
The speech of the clinician in the input audio.
Copyright © 2021. All rights reserved.