AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the StartMedicalScribeJob operation. Transcribes patient-clinician conversations and generates clinical notes.
Amazon Web Services HealthScribe automatically provides rich conversation transcripts, identifies speaker roles, classifies dialogues, extracts medical terms, and generates preliminary clinical notes. To learn more about these features, refer to Amazon Web Services HealthScribe.
To make a StartMedicalScribeJob
request, you must first upload your media file
into an Amazon S3 bucket; you can then specify the Amazon S3 location of the file
using the Media
parameter.
You must include the following parameters in your StartMedicalTranscriptionJob
request:
DataAccessRoleArn
: The ARN of an IAM role with the these minimum permissions:
read permission on input file Amazon S3 bucket specified in Media
, write permission
on the Amazon S3 bucket specified in OutputBucketName
, and full permissions
on the KMS key specified in OutputEncryptionKMSKeyId
(if set). The role should
also allow transcribe.amazonaws.com
to assume it.
Media
(MediaFileUri
): The Amazon S3 location of your media file.
MedicalScribeJobName
: A custom name you create for your MedicalScribe job
that is unique within your Amazon Web Services account.
OutputBucketName
: The Amazon S3 bucket where you want your output files stored.
Settings
: A MedicalScribeSettings
obect that must set exactly one of
ShowSpeakerLabels
or ChannelIdentification
to true. If ShowSpeakerLabels
is true, MaxSpeakerLabels
must also be set.
ChannelDefinitions
: A MedicalScribeChannelDefinitions
array should
be set if and only if the ChannelIdentification
value of Settings
is
set to true.
Namespace: Amazon.TranscribeService.Model
Assembly: AWSSDK.TranscribeService.dll
Version: 3.x.y.z
public class StartMedicalScribeJobRequest : AmazonTranscribeServiceRequest IAmazonWebServiceRequest
The StartMedicalScribeJobRequest type exposes the following members
Name | Description | |
---|---|---|
StartMedicalScribeJobRequest() |
Name | Type | Description | |
---|---|---|---|
ChannelDefinitions | System.Collections.Generic.List<Amazon.TranscribeService.Model.MedicalScribeChannelDefinition> |
Gets and sets the property 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 |
|
DataAccessRoleArn | System.String |
Gets and sets the property 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 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 For more information, see IAM ARNs. |
|
KMSEncryptionContext | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property KMSEncryptionContext. A map of plain text, non-secret key:value pairs, known as encryption context pairs, that provide an added layer of security for your data. For more information, see KMS encryption context and Asymmetric keys in KMS. |
|
Media | Amazon.TranscribeService.Model.Media |
Gets and sets the property Media. |
|
MedicalScribeJobName | System.String |
Gets and sets the property MedicalScribeJobName. A unique name, chosen by you, for your Medical Scribe job.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon
Web Services account. If you try to create a new job with the same name as an existing
job, you get a |
|
OutputBucketName | System.String |
Gets and sets the property OutputBucketName.
The name of the Amazon S3 bucket where you want your Medical Scribe output stored.
Do not include the
Note that the role specified in the |
|
OutputEncryptionKMSKeyId | System.String |
Gets and sets the property OutputEncryptionKMSKeyId. The KMS key you want to use to encrypt your Medical Scribe output. If using a key located in the current Amazon Web Services account, you can specify your KMS key in one of four ways:
If using a key located in a different Amazon Web Services account than the current Amazon Web Services account, you can specify your KMS key in one of two ways:
If you do not specify an encryption key, your output is encrypted with the default Amazon S3 key (SSE-S3).
Note that the role specified in the |
|
Settings | Amazon.TranscribeService.Model.MedicalScribeSettings |
Gets and sets the property Settings.
Makes it possible to control how your Medical Scribe job is processed using a |
|
Tags | System.Collections.Generic.List<Amazon.TranscribeService.Model.Tag> |
Gets and sets the property Tags. Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job. To learn more about using tags with Amazon Transcribe, refer to Tagging resources. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5