public static interface MedicalTranscriptionJob.Builder extends SdkPojo, CopyableBuilder<MedicalTranscriptionJob.Builder,MedicalTranscriptionJob>
| Modifier and Type | Method and Description |
|---|---|
MedicalTranscriptionJob.Builder |
completionTime(Instant completionTime)
A timestamp that shows when the job was completed.
|
MedicalTranscriptionJob.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the job was created.
|
MedicalTranscriptionJob.Builder |
failureReason(String failureReason)
If the
TranscriptionJobStatus field is FAILED, this field contains information
about why the job failed. |
MedicalTranscriptionJob.Builder |
languageCode(LanguageCode languageCode)
The language code for the language spoken in the source audio file.
|
MedicalTranscriptionJob.Builder |
languageCode(String languageCode)
The language code for the language spoken in the source audio file.
|
default MedicalTranscriptionJob.Builder |
media(Consumer<Media.Builder> media)
Sets the value of the Media property for this object.
|
MedicalTranscriptionJob.Builder |
media(Media media)
Sets the value of the Media property for this object.
|
MedicalTranscriptionJob.Builder |
mediaFormat(MediaFormat mediaFormat)
The format of the input media file.
|
MedicalTranscriptionJob.Builder |
mediaFormat(String mediaFormat)
The format of the input media file.
|
MedicalTranscriptionJob.Builder |
mediaSampleRateHertz(Integer mediaSampleRateHertz)
The sample rate, in Hertz, of the source audio containing medical information.
|
MedicalTranscriptionJob.Builder |
medicalTranscriptionJobName(String medicalTranscriptionJobName)
The name for a given medical transcription job.
|
default MedicalTranscriptionJob.Builder |
settings(Consumer<MedicalTranscriptionSetting.Builder> settings)
Object that contains object.
|
MedicalTranscriptionJob.Builder |
settings(MedicalTranscriptionSetting settings)
Object that contains object.
|
MedicalTranscriptionJob.Builder |
specialty(Specialty specialty)
The medical specialty of any clinicians providing a dictation or having a conversation.
|
MedicalTranscriptionJob.Builder |
specialty(String specialty)
The medical specialty of any clinicians providing a dictation or having a conversation.
|
MedicalTranscriptionJob.Builder |
startTime(Instant startTime)
A timestamp that shows when the job started processing.
|
default MedicalTranscriptionJob.Builder |
transcript(Consumer<MedicalTranscript.Builder> transcript)
An object that contains the
MedicalTranscript. |
MedicalTranscriptionJob.Builder |
transcript(MedicalTranscript transcript)
An object that contains the
MedicalTranscript. |
MedicalTranscriptionJob.Builder |
transcriptionJobStatus(String transcriptionJobStatus)
The completion status of a medical transcription job.
|
MedicalTranscriptionJob.Builder |
transcriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The completion status of a medical transcription job.
|
MedicalTranscriptionJob.Builder |
type(String type)
The type of speech in the transcription job.
|
MedicalTranscriptionJob.Builder |
type(Type type)
The type of speech in the transcription job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMedicalTranscriptionJob.Builder medicalTranscriptionJobName(String medicalTranscriptionJobName)
The name for a given medical transcription job.
medicalTranscriptionJobName - The name for a given medical transcription job.MedicalTranscriptionJob.Builder transcriptionJobStatus(String transcriptionJobStatus)
The completion status of a medical transcription job.
transcriptionJobStatus - The completion status of a medical transcription job.TranscriptionJobStatus,
TranscriptionJobStatusMedicalTranscriptionJob.Builder transcriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The completion status of a medical transcription job.
transcriptionJobStatus - The completion status of a medical transcription job.TranscriptionJobStatus,
TranscriptionJobStatusMedicalTranscriptionJob.Builder languageCode(String languageCode)
The language code for the language spoken in the source audio file. US English (en-US) is the only supported
language for medical transcriptions. Any other value you enter for language code results in a
BadRequestException error.
languageCode - The language code for the language spoken in the source audio file. US English (en-US) is the only
supported language for medical transcriptions. Any other value you enter for language code results in
a BadRequestException error.LanguageCode,
LanguageCodeMedicalTranscriptionJob.Builder languageCode(LanguageCode languageCode)
The language code for the language spoken in the source audio file. US English (en-US) is the only supported
language for medical transcriptions. Any other value you enter for language code results in a
BadRequestException error.
languageCode - The language code for the language spoken in the source audio file. US English (en-US) is the only
supported language for medical transcriptions. Any other value you enter for language code results in
a BadRequestException error.LanguageCode,
LanguageCodeMedicalTranscriptionJob.Builder mediaSampleRateHertz(Integer mediaSampleRateHertz)
The sample rate, in Hertz, of the source audio containing medical information.
If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to
specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you
should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample
rate.
mediaSampleRateHertz - The sample rate, in Hertz, of the source audio containing medical information.
If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose
to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most
cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical
determine the sample rate.
MedicalTranscriptionJob.Builder mediaFormat(String mediaFormat)
The format of the input media file.
mediaFormat - The format of the input media file.MediaFormat,
MediaFormatMedicalTranscriptionJob.Builder mediaFormat(MediaFormat mediaFormat)
The format of the input media file.
mediaFormat - The format of the input media file.MediaFormat,
MediaFormatMedicalTranscriptionJob.Builder media(Media media)
media - The new value for the Media property for this object.default MedicalTranscriptionJob.Builder media(Consumer<Media.Builder> media)
Media.Builder avoiding the need to create one
manually via Media.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to media(Media).media - a consumer that will call methods on Media.Buildermedia(Media)MedicalTranscriptionJob.Builder transcript(MedicalTranscript transcript)
An object that contains the MedicalTranscript. The MedicalTranscript contains the
TranscriptFileUri.
transcript - An object that contains the MedicalTranscript. The MedicalTranscript
contains the TranscriptFileUri.default MedicalTranscriptionJob.Builder transcript(Consumer<MedicalTranscript.Builder> transcript)
An object that contains the MedicalTranscript. The MedicalTranscript contains the
TranscriptFileUri.
MedicalTranscript.Builder avoiding the need to
create one manually via MedicalTranscript.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to transcript(MedicalTranscript).transcript - a consumer that will call methods on MedicalTranscript.Buildertranscript(MedicalTranscript)MedicalTranscriptionJob.Builder startTime(Instant startTime)
A timestamp that shows when the job started processing.
startTime - A timestamp that shows when the job started processing.MedicalTranscriptionJob.Builder creationTime(Instant creationTime)
A timestamp that shows when the job was created.
creationTime - A timestamp that shows when the job was created.MedicalTranscriptionJob.Builder completionTime(Instant completionTime)
A timestamp that shows when the job was completed.
completionTime - A timestamp that shows when the job was completed.MedicalTranscriptionJob.Builder failureReason(String failureReason)
If the TranscriptionJobStatus field is FAILED, this field contains information
about why the job failed.
The FailureReason field contains one of the following values:
Unsupported media format- The media format specified in the MediaFormat field of
the request isn't valid. See the description of the MediaFormat field for a list of valid
values.
The media format provided does not match the detected media format- The media format of the
audio file doesn't match the format specified in the MediaFormat field in the request. Check the
media format of your media file and make sure the two values match.
Invalid sample rate for audio file- The sample rate specified in the
MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000
Hertz.
The sample rate provided does not match the detected sample rate- The sample rate in the audio
file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request.
Check the sample rate of your media file and make sure that the two values match.
Invalid file size: file size too large- The size of your audio file is larger than what Amazon
Transcribe Medical can process. For more information, see Guidelines and
Quotas in the Amazon Transcribe Medical Guide
Invalid number of channels: number of channels too large- Your audio contains more channels than
Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical
Endpoints and Quotas in the Amazon Web Services General Reference
failureReason - If the TranscriptionJobStatus field is FAILED, this field contains
information about why the job failed.
The FailureReason field contains one of the following values:
Unsupported media format- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat field for a list
of valid values.
The media format provided does not match the detected media format- The media format of
the audio file doesn't match the format specified in the MediaFormat field in the
request. Check the media format of your media file and make sure the two values match.
Invalid sample rate for audio file- The sample rate specified in the
MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and
48000 Hertz.
The sample rate provided does not match the detected sample rate- The sample rate in the
audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in
the request. Check the sample rate of your media file and make sure that the two values match.
Invalid file size: file size too large- The size of your audio file is larger than what
Amazon Transcribe Medical can process. For more information, see Guidelines and
Quotas in the Amazon Transcribe Medical Guide
Invalid number of channels: number of channels too large- Your audio contains more
channels than Amazon Transcribe Medical is configured to process. To request additional channels, see
Amazon Transcribe
Medical Endpoints and Quotas in the Amazon Web Services General Reference
MedicalTranscriptionJob.Builder settings(MedicalTranscriptionSetting settings)
Object that contains object.
settings - Object that contains object.default MedicalTranscriptionJob.Builder settings(Consumer<MedicalTranscriptionSetting.Builder> settings)
Object that contains object.
This is a convenience that creates an instance of theMedicalTranscriptionSetting.Builder avoiding
the need to create one manually via MedicalTranscriptionSetting.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to settings(MedicalTranscriptionSetting).settings - a consumer that will call methods on MedicalTranscriptionSetting.Buildersettings(MedicalTranscriptionSetting)MedicalTranscriptionJob.Builder specialty(String specialty)
The medical specialty of any clinicians providing a dictation or having a conversation.
PRIMARYCARE is the only available setting for this object. This specialty enables you to
generate transcriptions for the following medical fields:
Family Medicine
specialty - The medical specialty of any clinicians providing a dictation or having a conversation.
PRIMARYCARE is the only available setting for this object. This specialty enables you to
generate transcriptions for the following medical fields:
Family Medicine
Specialty,
SpecialtyMedicalTranscriptionJob.Builder specialty(Specialty specialty)
The medical specialty of any clinicians providing a dictation or having a conversation.
PRIMARYCARE is the only available setting for this object. This specialty enables you to
generate transcriptions for the following medical fields:
Family Medicine
specialty - The medical specialty of any clinicians providing a dictation or having a conversation.
PRIMARYCARE is the only available setting for this object. This specialty enables you to
generate transcriptions for the following medical fields:
Family Medicine
Specialty,
SpecialtyMedicalTranscriptionJob.Builder type(String type)
The type of speech in the transcription job. CONVERSATION is generally used for
patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after
seeing a patient. For more information, see how-it-works-med
type - The type of speech in the transcription job. CONVERSATION is generally used for
patient-physician dialogues. DICTATION is the setting for physicians speaking their notes
after seeing a patient. For more information, see how-it-works-medType,
TypeMedicalTranscriptionJob.Builder type(Type type)
The type of speech in the transcription job. CONVERSATION is generally used for
patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after
seeing a patient. For more information, see how-it-works-med
type - The type of speech in the transcription job. CONVERSATION is generally used for
patient-physician dialogues. DICTATION is the setting for physicians speaking their notes
after seeing a patient. For more information, see how-it-works-medType,
TypeCopyright © 2021. All rights reserved.