@Generated(value="software.amazon.awssdk:codegen") public final class MedicalTranscriptionJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MedicalTranscriptionJobSummary.Builder,MedicalTranscriptionJobSummary>
Provides summary information about a transcription job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MedicalTranscriptionJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MedicalTranscriptionJobSummary.Builder |
builder() |
Instant |
completionTime()
A timestamp that shows when the job was completed.
|
MedicalContentIdentificationType |
contentIdentificationType()
Shows the type of information you've configured Amazon Transcribe Medical to identify in a transcription job.
|
String |
contentIdentificationTypeAsString()
Shows the type of information you've configured Amazon Transcribe Medical to identify in a transcription job.
|
Instant |
creationTime()
A timestamp that shows when the medical transcription job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If the
TranscriptionJobStatus field is FAILED, a description of the error. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LanguageCode |
languageCode()
The language of the transcript in the source audio file.
|
String |
languageCodeAsString()
The language of the transcript in the source audio file.
|
String |
medicalTranscriptionJobName()
The name of a medical transcription job.
|
OutputLocationType |
outputLocationType()
Indicates the location of the transcription job's output.
|
String |
outputLocationTypeAsString()
Indicates the location of the transcription job's output.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MedicalTranscriptionJobSummary.Builder> |
serializableBuilderClass() |
Specialty |
specialty()
The medical specialty of the transcription job.
|
String |
specialtyAsString()
The medical specialty of the transcription job.
|
Instant |
startTime()
A timestamp that shows when the job began processing.
|
MedicalTranscriptionJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TranscriptionJobStatus |
transcriptionJobStatus()
The status of the medical transcription job.
|
String |
transcriptionJobStatusAsString()
The status of the medical transcription job.
|
Type |
type()
The speech of the clinician in the input audio.
|
String |
typeAsString()
The speech of the clinician in the input audio.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String medicalTranscriptionJobName()
The name of a medical transcription job.
public final Instant creationTime()
A timestamp that shows when the medical transcription job was created.
public final Instant startTime()
A timestamp that shows when the job began processing.
public final Instant completionTime()
A timestamp that shows when the job was completed.
public final LanguageCode languageCode()
The language of the transcript in the source audio file.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
LanguageCodepublic final String languageCodeAsString()
The language of the transcript in the source audio file.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
LanguageCodepublic final TranscriptionJobStatus transcriptionJobStatus()
The status of the medical transcription job.
If the service returns an enum value that is not available in the current SDK version,
transcriptionJobStatus will return TranscriptionJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from transcriptionJobStatusAsString().
TranscriptionJobStatuspublic final String transcriptionJobStatusAsString()
The status of the medical transcription job.
If the service returns an enum value that is not available in the current SDK version,
transcriptionJobStatus will return TranscriptionJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from transcriptionJobStatusAsString().
TranscriptionJobStatuspublic final String failureReason()
If the TranscriptionJobStatus field is FAILED, a description of the error.
TranscriptionJobStatus field is FAILED, a description of the error.public final 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.
If the service returns an enum value that is not available in the current SDK version,
outputLocationType will return OutputLocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from outputLocationTypeAsString().
OutputLocationTypepublic final String outputLocationTypeAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
outputLocationType will return OutputLocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from outputLocationTypeAsString().
OutputLocationTypepublic final Specialty specialty()
The medical specialty of the transcription job. Refer to Transcribing a medical conversationfor a list of supported specialties.
If the service returns an enum value that is not available in the current SDK version, specialty will
return Specialty.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
specialtyAsString().
Specialtypublic final String specialtyAsString()
The medical specialty of the transcription job. Refer to Transcribing a medical conversationfor a list of supported specialties.
If the service returns an enum value that is not available in the current SDK version, specialty will
return Specialty.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
specialtyAsString().
Specialtypublic final 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).
If the service returns an enum value that is not available in the current SDK version,
contentIdentificationType will return MedicalContentIdentificationType.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from contentIdentificationTypeAsString().
PHI, you've configured the transcription job to identify personal
health information (PHI).MedicalContentIdentificationTypepublic final String contentIdentificationTypeAsString()
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).
If the service returns an enum value that is not available in the current SDK version,
contentIdentificationType will return MedicalContentIdentificationType.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from contentIdentificationTypeAsString().
PHI, you've configured the transcription job to identify personal
health information (PHI).MedicalContentIdentificationTypepublic final Type type()
The speech of the clinician in the input audio.
If the service returns an enum value that is not available in the current SDK version, type will return
Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Typepublic final String typeAsString()
The speech of the clinician in the input audio.
If the service returns an enum value that is not available in the current SDK version, type will return
Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Typepublic MedicalTranscriptionJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MedicalTranscriptionJobSummary.Builder,MedicalTranscriptionJobSummary>public static MedicalTranscriptionJobSummary.Builder builder()
public static Class<? extends MedicalTranscriptionJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.