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.

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 the ChannelId of the first ChannelDefinition in the list to 0 (to indicate the first channel) and ParticipantRole to CLINICIAN (to indicate that it's the clinician speaking). Then you would set the ChannelId of the second ChannelDefinition in the list to 1 (to indicate the second channel) and ParticipantRole to PATIENT (to indicate that it's the patient speaking).

If you don't specify a channel definition, HealthScribe will diarize the transcription and identify speaker roles for each speaker.

Inheritance Hierarchy

System.Object
  Amazon.TranscribeStreaming.Model.MedicalScribeChannelDefinition

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

Syntax

C#
public class MedicalScribeChannelDefinition

The MedicalScribeChannelDefinition type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ChannelId System.Nullable<System.Int32>

Gets and sets the property ChannelId.

Specify the audio channel you want to define.

Public Property ParticipantRole Amazon.TranscribeStreaming.MedicalScribeParticipantRole

Gets and sets the property ParticipantRole.

Specify the participant that you want to flag. The allowed options are CLINICIAN and PATIENT.

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