Class MedicalTranscriptionJobSummary
- java.lang.Object
-
- software.amazon.awssdk.services.transcribe.model.MedicalTranscriptionJobSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MedicalTranscriptionJobSummary.Builder,MedicalTranscriptionJobSummary>
@Generated("software.amazon.awssdk:codegen") public final class MedicalTranscriptionJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MedicalTranscriptionJobSummary.Builder,MedicalTranscriptionJobSummary>
Provides detailed information about a specific medical transcription job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMedicalTranscriptionJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MedicalTranscriptionJobSummary.Builderbuilder()InstantcompletionTime()The date and time the specified medical transcription job finished processing.MedicalContentIdentificationTypecontentIdentificationType()Labels all personal health information (PHI) identified in your transcript.StringcontentIdentificationTypeAsString()Labels all personal health information (PHI) identified in your transcript.InstantcreationTime()The date and time the specified medical transcription job request was made.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfailureReason()IfTranscriptionJobStatusisFAILED,FailureReasoncontains information about why the transcription job failed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LanguageCodelanguageCode()The language code used to create your medical transcription.StringlanguageCodeAsString()The language code used to create your medical transcription.StringmedicalTranscriptionJobName()The name of the medical transcription job.OutputLocationTypeoutputLocationType()Indicates where the specified medical transcription output is stored.StringoutputLocationTypeAsString()Indicates where the specified medical transcription output is stored.List<SdkField<?>>sdkFields()static Class<? extends MedicalTranscriptionJobSummary.Builder>serializableBuilderClass()Specialtyspecialty()Provides the medical specialty represented in your media.StringspecialtyAsString()Provides the medical specialty represented in your media.InstantstartTime()The date and time your medical transcription job began processing.MedicalTranscriptionJobSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.TranscriptionJobStatustranscriptionJobStatus()Provides the status of your medical transcription job.StringtranscriptionJobStatusAsString()Provides the status of your medical transcription job.Typetype()Indicates whether the input media is a dictation or a conversation, as specified in theStartMedicalTranscriptionJobrequest.StringtypeAsString()Indicates whether the input media is a dictation or a conversation, as specified in theStartMedicalTranscriptionJobrequest.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
medicalTranscriptionJobName
public final String medicalTranscriptionJobName()
The name of the medical transcription job. Job names are case sensitive and must be unique within an Amazon Web Services account.
- Returns:
- The name of the medical transcription job. Job names are case sensitive and must be unique within an Amazon Web Services account.
-
creationTime
public final 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:00represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.- Returns:
- 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:00represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
-
startTime
public final 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:00represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.- Returns:
- 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:00represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
-
completionTime
public final 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:00represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.- Returns:
- 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:00represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.
-
languageCode
public final LanguageCode languageCode()
The language code used to create your medical transcription. US English (
en-US) is the only supported language for medical transcriptions.If the service returns an enum value that is not available in the current SDK version,
languageCodewill returnLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlanguageCodeAsString().- Returns:
- The language code used to create your medical transcription. US English (
en-US) is the only supported language for medical transcriptions. - See Also:
LanguageCode
-
languageCodeAsString
public final String languageCodeAsString()
The language code used to create your medical transcription. US English (
en-US) is the only supported language for medical transcriptions.If the service returns an enum value that is not available in the current SDK version,
languageCodewill returnLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlanguageCodeAsString().- Returns:
- The language code used to create your medical transcription. US English (
en-US) is the only supported language for medical transcriptions. - See Also:
LanguageCode
-
transcriptionJobStatus
public final 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 inTranscriptFileUri. If the status isFAILED,FailureReasonprovides details on why your transcription job failed.If the service returns an enum value that is not available in the current SDK version,
transcriptionJobStatuswill returnTranscriptionJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtranscriptionJobStatusAsString().- Returns:
- 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 inTranscriptFileUri. If the status isFAILED,FailureReasonprovides details on why your transcription job failed. - See Also:
TranscriptionJobStatus
-
transcriptionJobStatusAsString
public final String transcriptionJobStatusAsString()
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 inTranscriptFileUri. If the status isFAILED,FailureReasonprovides details on why your transcription job failed.If the service returns an enum value that is not available in the current SDK version,
transcriptionJobStatuswill returnTranscriptionJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtranscriptionJobStatusAsString().- Returns:
- 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 inTranscriptFileUri. If the status isFAILED,FailureReasonprovides details on why your transcription job failed. - See Also:
TranscriptionJobStatus
-
failureReason
public final String failureReason()
If
TranscriptionJobStatusisFAILED,FailureReasoncontains information about why the transcription job failed. See also: Common Errors.- Returns:
- If
TranscriptionJobStatusisFAILED,FailureReasoncontains information about why the transcription job failed. See also: Common Errors.
-
outputLocationType
public final 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 theOutputBucketNameparameter in your request. If you also includedOutputKeyin 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 theTranscriptFileUrifield.If the service returns an enum value that is not available in the current SDK version,
outputLocationTypewill returnOutputLocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoutputLocationTypeAsString().- Returns:
- 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 theOutputBucketNameparameter in your request. If you also includedOutputKeyin 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 theTranscriptFileUrifield. - See Also:
OutputLocationType
-
outputLocationTypeAsString
public final String outputLocationTypeAsString()
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 theOutputBucketNameparameter in your request. If you also includedOutputKeyin 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 theTranscriptFileUrifield.If the service returns an enum value that is not available in the current SDK version,
outputLocationTypewill returnOutputLocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoutputLocationTypeAsString().- Returns:
- 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 theOutputBucketNameparameter in your request. If you also includedOutputKeyin 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 theTranscriptFileUrifield. - See Also:
OutputLocationType
-
specialty
public final Specialty specialty()
Provides the medical specialty represented in your media.
If the service returns an enum value that is not available in the current SDK version,
specialtywill returnSpecialty.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromspecialtyAsString().- Returns:
- Provides the medical specialty represented in your media.
- See Also:
Specialty
-
specialtyAsString
public final String specialtyAsString()
Provides the medical specialty represented in your media.
If the service returns an enum value that is not available in the current SDK version,
specialtywill returnSpecialty.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromspecialtyAsString().- Returns:
- Provides the medical specialty represented in your media.
- See Also:
Specialty
-
contentIdentificationType
public final MedicalContentIdentificationType contentIdentificationType()
Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription.
If the service returns an enum value that is not available in the current SDK version,
contentIdentificationTypewill returnMedicalContentIdentificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentIdentificationTypeAsString().- Returns:
- Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription.
- See Also:
MedicalContentIdentificationType
-
contentIdentificationTypeAsString
public final String contentIdentificationTypeAsString()
Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription.
If the service returns an enum value that is not available in the current SDK version,
contentIdentificationTypewill returnMedicalContentIdentificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentIdentificationTypeAsString().- Returns:
- Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription.
- See Also:
MedicalContentIdentificationType
-
type
public final Type type()
Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJobrequest.If the service returns an enum value that is not available in the current SDK version,
typewill returnType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJobrequest. - See Also:
Type
-
typeAsString
public final String typeAsString()
Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJobrequest.If the service returns an enum value that is not available in the current SDK version,
typewill returnType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJobrequest. - See Also:
Type
-
toBuilder
public MedicalTranscriptionJobSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MedicalTranscriptionJobSummary.Builder,MedicalTranscriptionJobSummary>
-
builder
public static MedicalTranscriptionJobSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends MedicalTranscriptionJobSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-