@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.
|
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.
The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the
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().
The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field
when the
OutputLocationTypepublic final String outputLocationTypeAsString()
Indicates the location of the transcription job's output.
The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the
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().
The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field
when the
OutputLocationTypepublic final Specialty specialty()
The medical specialty of the transcription job. Primary care is the only valid value.
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().
Primary care is the only valid value.Specialtypublic final String specialtyAsString()
The medical specialty of the transcription job. Primary care is the only valid value.
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().
Primary care is the only valid value.Specialtypublic 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.