AWS SDK Version 4 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.TranscribeStreaming.Model.MedicalScribeConfigurationEvent

Namespace: Amazon.TranscribeStreaming.Model
Assembly: AWSSDK.TranscribeStreaming.dll
Version: 3.x.y.z

Syntax

C#
public class MedicalScribeConfigurationEvent
         IEventStreamEvent, IMedicalScribeInputStreamEvent

The MedicalScribeConfigurationEvent type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property 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.

Public Property EncryptionSettings Amazon.TranscribeStreaming.Model.MedicalScribeEncryptionSettings

Gets and sets the property EncryptionSettings.

Specify the encryption settings for your streaming session.

Public Property PostStreamAnalyticsSettings Amazon.TranscribeStreaming.Model.MedicalScribePostStreamAnalyticsSettings

Gets and sets the property PostStreamAnalyticsSettings.

Specify settings for post-stream analytics.

Public Property 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 arn:partition:iam::account:role/role-name-with-path. For example: arn:aws:iam::111122223333:role/Admin.

For more information, see Amazon Web Services HealthScribe.

Public Property 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 ***, specify mask.

To delete words, specify remove.

To flag words without changing them, specify tag.

Public Property 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 VocabularyFilterName in the MedicalScribeConfigurationEvent, you must also include VocabularyFilterMethod.

Public Property 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.

Version Information

.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