MedicalScribeJob
Provides detailed information about a Medical Scribe job.
To view the status of the specified Medical Scribe job, check the
                MedicalScribeJobStatus field. If the status is COMPLETED,
            the job is finished and you can find the results at the locations specified in
                MedicalScribeOutput. If the status is FAILED,
                FailureReason provides details on why your Medical Scribe job
            failed.
Contents
- ChannelDefinitions
 - 
               
Makes it possible to specify which speaker is on which channel. For example, if the clinician is the first participant to speak, you would set
ChannelIdof the firstChannelDefinitionin the list to0(to indicate the first channel) andParticipantRoletoCLINICIAN(to indicate that it's the clinician speaking). Then you would set theChannelIdof the secondChannelDefinitionin the list to1(to indicate the second channel) andParticipantRoletoPATIENT(to indicate that it's the patient speaking).Type: Array of MedicalScribeChannelDefinition objects
Array Members: Fixed number of 2 items.
Required: No
 - CompletionTime
 - 
               
The date and time the specified Medical Scribe job finished processing.
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 Medical Scribe job that finished processing at 12:32 PM UTC-7 on May 4, 2022.Type: Timestamp
Required: No
 - CreationTime
 - 
               
The date and time the specified Medical Scribe 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 Medical Scribe job that started processing at 12:32 PM UTC-7 on May 4, 2022.Type: Timestamp
Required: No
 - DataAccessRoleArn
 - 
               
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files, write to the output bucket, and use your AWS KMS key if supplied. If the role that you specify doesn’t have the appropriate permissions your request fails.
IAM role ARNs have the format
arn:partition:iam::account:role/role-name-with-path. For example:arn:aws:iam::111122223333:role/Admin.For more information, see IAM ARNs.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
^arn:(aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):iam::[0-9]{0,63}:role/[A-Za-z0-9:_/+=,@.-]{0,1024}$Required: No
 - FailureReason
 - 
               
If
MedicalScribeJobStatusisFAILED,FailureReasoncontains information about why the transcription job failed. See also: Common Errors.Type: String
Required: No
 - LanguageCode
 - 
               
The language code used to create your Medical Scribe job. US English (
en-US) is the only supported language for Medical Scribe jobs.Type: String
Valid Values:
en-USRequired: No
 - Media
 - 
               
Describes the Amazon S3 location of the media file you want to use in your request.
For information on supported media formats, refer to the
MediaFormatparameter or the Media formats section in the Amazon S3 Developer Guide.Type: Media object
Required: No
 - MedicalScribeContextProvided
 - 
               
Indicates whether the
MedicalScribeContextobject was provided when the Medical Scribe job was started.Type: Boolean
Required: No
 - MedicalScribeJobName
 - 
               
The name of the Medical Scribe job. Job names are case sensitive and must be unique within an AWS account.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
^[0-9a-zA-Z._-]+Required: No
 - MedicalScribeJobStatus
 - 
               
Provides the status of the specified Medical Scribe job.
If the status is
COMPLETED, the job is finished and you can find the results at the location specified inMedicalScribeOutputIf the status isFAILED,FailureReasonprovides details on why your Medical Scribe job failed.Type: String
Valid Values:
QUEUED | IN_PROGRESS | FAILED | COMPLETEDRequired: No
 - MedicalScribeOutput
 - 
               
The location of the output of your Medical Scribe job.
ClinicalDocumentUriholds the Amazon S3 URI for the Clinical Document andTranscriptFileUriholds the Amazon S3 URI for the Transcript.Type: MedicalScribeOutput object
Required: No
 - Settings
 - 
               
Makes it possible to control how your Medical Scribe job is processed using a
MedicalScribeSettingsobject. SpecifyChannelIdentificationifChannelDefinitionsare set. EnabledShowSpeakerLabelsifChannelIdentificationandChannelDefinitionsare not set. One and only one ofChannelIdentificationandShowSpeakerLabelsmust be set. IfShowSpeakerLabelsis set,MaxSpeakerLabelsmust also be set. UseSettingsto specify a vocabulary or vocabulary filter or both usingVocabularyName,VocabularyFilterName.VocabularyFilterMethodmust be specified ifVocabularyFilterNameis set.Type: MedicalScribeSettings object
Required: No
 - StartTime
 - 
               
The date and time your Medical Scribe 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 Medical Scribe job that started processing at 12:32 PM UTC-7 on May 4, 2022.Type: Timestamp
Required: No
 - Tags
 - 
               
Adds one or more custom tags, each in the form of a key:value pair, to the Medical Scribe job.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
Type: Array of Tag objects
Array Members: Minimum number of 1 item. Maximum number of 200 items.
Required: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: