![]() |
![]()
| ![]() |
![]()
NAMEPaws::Transcribe::MedicalTranscriptionJob USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Transcribe::MedicalTranscriptionJob object: $service_obj->Method(Att1 => { CompletionTime => $value, ..., Type => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Transcribe::MedicalTranscriptionJob object: $result = $service_obj->Method(...); $result->Att1->CompletionTime DESCRIPTIONThe data structure that contains the information for a medical transcription job. ATTRIBUTESCompletionTime => StrA timestamp that shows when the job was completed. ContentIdentificationType => StrShows the type of content that you've configured Amazon Transcribe Medical to identify in a transcription job. If the value is "PHI", you've configured the job to identify personal health information (PHI) in the transcription output. CreationTime => StrA timestamp that shows when the job was created. FailureReason => StrIf the "TranscriptionJobStatus" field is "FAILED", this field contains information about why the job failed. The "FailureReason" field contains one of the following values:
LanguageCode => StrThe 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. Media => Paws::Transcribe::MediaMediaFormat => StrThe format of the input media file. MediaSampleRateHertz => IntThe 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. MedicalTranscriptionJobName => StrThe name for a given medical transcription job. Settings => Paws::Transcribe::MedicalTranscriptionSettingObject that contains object. Specialty => StrThe 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:
StartTime => StrA timestamp that shows when the job started processing. Transcript => Paws::Transcribe::MedicalTranscriptAn object that contains the "MedicalTranscript". The "MedicalTranscript" contains the "TranscriptFileUri". TranscriptionJobStatus => StrThe completion status of a medical transcription job. Type => StrThe 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 SEE ALSOThis class forms part of Paws, describing an object used in Paws::Transcribe BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|