public static interface MedicalTranscriptionJobSummary.Builder extends SdkPojo, CopyableBuilder<MedicalTranscriptionJobSummary.Builder,MedicalTranscriptionJobSummary>
| Modifier and Type | Method and Description |
|---|---|
MedicalTranscriptionJobSummary.Builder |
completionTime(Instant completionTime)
The date and time the specified medical transcription job finished processing.
|
MedicalTranscriptionJobSummary.Builder |
contentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
Labels all personal health information (PHI) identified in your transcript.
|
MedicalTranscriptionJobSummary.Builder |
contentIdentificationType(String contentIdentificationType)
Labels all personal health information (PHI) identified in your transcript.
|
MedicalTranscriptionJobSummary.Builder |
creationTime(Instant creationTime)
The date and time the specified medical transcription job request was made.
|
MedicalTranscriptionJobSummary.Builder |
failureReason(String failureReason)
If
TranscriptionJobStatus is FAILED, FailureReason contains
information about why the transcription job failed. |
MedicalTranscriptionJobSummary.Builder |
languageCode(LanguageCode languageCode)
The language code used to create your medical transcription.
|
MedicalTranscriptionJobSummary.Builder |
languageCode(String languageCode)
The language code used to create your medical transcription.
|
MedicalTranscriptionJobSummary.Builder |
medicalTranscriptionJobName(String medicalTranscriptionJobName)
The name of the medical transcription job.
|
MedicalTranscriptionJobSummary.Builder |
outputLocationType(OutputLocationType outputLocationType)
Indicates where the specified medical transcription output is stored.
|
MedicalTranscriptionJobSummary.Builder |
outputLocationType(String outputLocationType)
Indicates where the specified medical transcription output is stored.
|
MedicalTranscriptionJobSummary.Builder |
specialty(Specialty specialty)
Provides the medical specialty represented in your media.
|
MedicalTranscriptionJobSummary.Builder |
specialty(String specialty)
Provides the medical specialty represented in your media.
|
MedicalTranscriptionJobSummary.Builder |
startTime(Instant startTime)
The date and time your medical transcription job began processing.
|
MedicalTranscriptionJobSummary.Builder |
transcriptionJobStatus(String transcriptionJobStatus)
Provides the status of your medical transcription job.
|
MedicalTranscriptionJobSummary.Builder |
transcriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
Provides the status of your medical transcription job.
|
MedicalTranscriptionJobSummary.Builder |
type(String type)
Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJob request. |
MedicalTranscriptionJobSummary.Builder |
type(Type type)
Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJob request. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMedicalTranscriptionJobSummary.Builder medicalTranscriptionJobName(String medicalTranscriptionJobName)
The name of the medical transcription job. Job names are case sensitive and must be unique within an Amazon Web Services account.
medicalTranscriptionJobName - The name of the medical transcription job. Job names are case sensitive and must be unique within an
Amazon Web Services account.MedicalTranscriptionJobSummary.Builder creationTime(Instant creationTime)
The date and time the specified medical transcription job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents a transcription job that started processing at 12:32
PM UTC-7 on May 4, 2022.
creationTime - The date and time the specified medical transcription job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents a transcription job that started processing
at 12:32 PM UTC-7 on May 4, 2022.
MedicalTranscriptionJobSummary.Builder startTime(Instant startTime)
The date and time your medical transcription job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.789000-07:00 represents a transcription job that started processing at 12:32
PM UTC-7 on May 4, 2022.
startTime - The date and time your medical transcription job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.789000-07:00 represents a transcription job that started processing
at 12:32 PM UTC-7 on May 4, 2022.
MedicalTranscriptionJobSummary.Builder completionTime(Instant completionTime)
The date and time the specified medical transcription job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:33:13.922000-07:00 represents a transcription job that started processing at 12:33
PM UTC-7 on May 4, 2022.
completionTime - The date and time the specified medical transcription job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:33:13.922000-07:00 represents a transcription job that started processing
at 12:33 PM UTC-7 on May 4, 2022.
MedicalTranscriptionJobSummary.Builder languageCode(String languageCode)
The language code used to create your medical transcription. US English (en-US) is the only
supported language for medical transcriptions.
languageCode - The language code used to create your medical transcription. US English (en-US) is the
only supported language for medical transcriptions.LanguageCode,
LanguageCodeMedicalTranscriptionJobSummary.Builder languageCode(LanguageCode languageCode)
The language code used to create your medical transcription. US English (en-US) is the only
supported language for medical transcriptions.
languageCode - The language code used to create your medical transcription. US English (en-US) is the
only supported language for medical transcriptions.LanguageCode,
LanguageCodeMedicalTranscriptionJobSummary.Builder transcriptionJobStatus(String transcriptionJobStatus)
Provides the status of your medical transcription job.
If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri. If the status is FAILED, FailureReason
provides details on why your transcription job failed.
transcriptionJobStatus - Provides the status of your medical transcription job.
If the status is COMPLETED, the job is finished and you can find the results at the
location specified in TranscriptFileUri. If the status is FAILED,
FailureReason provides details on why your transcription job failed.
TranscriptionJobStatus,
TranscriptionJobStatusMedicalTranscriptionJobSummary.Builder transcriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
Provides the status of your medical transcription job.
If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri. If the status is FAILED, FailureReason
provides details on why your transcription job failed.
transcriptionJobStatus - Provides the status of your medical transcription job.
If the status is COMPLETED, the job is finished and you can find the results at the
location specified in TranscriptFileUri. If the status is FAILED,
FailureReason provides details on why your transcription job failed.
TranscriptionJobStatus,
TranscriptionJobStatusMedicalTranscriptionJobSummary.Builder failureReason(String failureReason)
If TranscriptionJobStatus is FAILED, FailureReason contains
information about why the transcription job failed. See also: Common Errors.
failureReason - If TranscriptionJobStatus is FAILED, FailureReason contains
information about why the transcription job failed. See also: Common Errors.MedicalTranscriptionJobSummary.Builder outputLocationType(String outputLocationType)
Indicates where the specified medical transcription output is stored.
If the value is CUSTOMER_BUCKET, the location is the Amazon S3 bucket you specified using the
OutputBucketName parameter in your request. If you also included OutputKey in your
request, your output is located in the path you specified in your request.
If the value is SERVICE_BUCKET, the location is a service-managed Amazon S3 bucket. To access a
transcript stored in a service-managed bucket, use the URI shown in the TranscriptFileUri field.
outputLocationType - Indicates where the specified medical transcription output is stored.
If the value is CUSTOMER_BUCKET, the location is the Amazon S3 bucket you specified using
the OutputBucketName parameter in your request. If you also included
OutputKey in your request, your output is located in the path you specified in your
request.
If the value is SERVICE_BUCKET, the location is a service-managed Amazon S3 bucket. To
access a transcript stored in a service-managed bucket, use the URI shown in the
TranscriptFileUri field.
OutputLocationType,
OutputLocationTypeMedicalTranscriptionJobSummary.Builder outputLocationType(OutputLocationType outputLocationType)
Indicates where the specified medical transcription output is stored.
If the value is CUSTOMER_BUCKET, the location is the Amazon S3 bucket you specified using the
OutputBucketName parameter in your request. If you also included OutputKey in your
request, your output is located in the path you specified in your request.
If the value is SERVICE_BUCKET, the location is a service-managed Amazon S3 bucket. To access a
transcript stored in a service-managed bucket, use the URI shown in the TranscriptFileUri field.
outputLocationType - Indicates where the specified medical transcription output is stored.
If the value is CUSTOMER_BUCKET, the location is the Amazon S3 bucket you specified using
the OutputBucketName parameter in your request. If you also included
OutputKey in your request, your output is located in the path you specified in your
request.
If the value is SERVICE_BUCKET, the location is a service-managed Amazon S3 bucket. To
access a transcript stored in a service-managed bucket, use the URI shown in the
TranscriptFileUri field.
OutputLocationType,
OutputLocationTypeMedicalTranscriptionJobSummary.Builder specialty(String specialty)
Provides the medical specialty represented in your media.
MedicalTranscriptionJobSummary.Builder specialty(Specialty specialty)
Provides the medical specialty represented in your media.
MedicalTranscriptionJobSummary.Builder contentIdentificationType(String contentIdentificationType)
Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription.
contentIdentificationType - Labels all personal health information (PHI) identified in your transcript. For more information, see
Identifying personal health
information (PHI) in a transcription.MedicalContentIdentificationType,
MedicalContentIdentificationTypeMedicalTranscriptionJobSummary.Builder contentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription.
contentIdentificationType - Labels all personal health information (PHI) identified in your transcript. For more information, see
Identifying personal health
information (PHI) in a transcription.MedicalContentIdentificationType,
MedicalContentIdentificationTypeMedicalTranscriptionJobSummary.Builder type(String type)
Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJob request.
MedicalTranscriptionJobSummary.Builder type(Type type)
Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJob request.
Copyright © 2022. All rights reserved.