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.
Specify details to configure the streaming session, including channel definitions, encryption settings, post-stream analytics settings, resource access role ARN and vocabulary settings.
Whether you are starting a new session or resuming an existing session, your first
event must be a MedicalScribeConfigurationEvent
. If you are resuming a session,
then this event must have the same configurations that you provided to start the session.
Namespace: Amazon.TranscribeStreaming.Model
Assembly: AWSSDK.TranscribeStreaming.dll
Version: 3.x.y.z
public class MedicalScribeConfigurationEvent IEventStreamEvent, IMedicalScribeInputStreamEvent
The MedicalScribeConfigurationEvent type exposes the following members
Name | Description | |
---|---|---|
![]() |
MedicalScribeConfigurationEvent() |
Name | Type | Description | |
---|---|---|---|
![]() |
ChannelDefinitions | System.Collections.Generic.List<Amazon.TranscribeStreaming.Model.MedicalScribeChannelDefinition> |
Gets and sets the property ChannelDefinitions. Specify which speaker is on which audio channel. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
EncryptionSettings | Amazon.TranscribeStreaming.Model.MedicalScribeEncryptionSettings |
Gets and sets the property EncryptionSettings. Specify the encryption settings for your streaming session. |
![]() |
PostStreamAnalyticsSettings | Amazon.TranscribeStreaming.Model.MedicalScribePostStreamAnalyticsSettings |
Gets and sets the property PostStreamAnalyticsSettings. Specify settings for post-stream analytics. |
![]() |
ResourceAccessRoleArn | System.String |
Gets and sets the property ResourceAccessRoleArn. The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 output bucket you specified, 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 Amazon Web Services HealthScribe. |
![]() |
VocabularyFilterMethod | Amazon.TranscribeStreaming.MedicalScribeVocabularyFilterMethod |
Gets and sets the property VocabularyFilterMethod. Specify how you want your custom vocabulary filter applied to the streaming session.
To replace words with
To delete words, specify
To flag words without changing them, specify |
![]() |
VocabularyFilterName | System.String |
Gets and sets the property VocabularyFilterName. Specify the name of the custom vocabulary filter you want to include in your streaming session. Custom vocabulary filter names are case-sensitive.
If you include |
![]() |
VocabularyName | System.String |
Gets and sets the property VocabularyName. Specify the name of the custom vocabulary you want to use for your streaming session. Custom vocabulary names are case-sensitive. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer