AWSTranscribeMedicalScribeChannelDefinition
Objective-C
@interface AWSTranscribeMedicalScribeChannelDefinition
Swift
class AWSTranscribeMedicalScribeChannelDefinition
Indicates which speaker is on which channel. The options are CLINICIAN
and PATIENT
Required parameters: [ChannelId, ParticipantRole]
-
Specify the audio channel you want to define.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable channelId;
Swift
var channelId: NSNumber? { get set }
-
Specify the participant that you want to flag. The options are
CLINICIAN
andPATIENT
Declaration
Objective-C
@property (nonatomic) AWSTranscribeMedicalScribeParticipantRole participantRole;
Swift
var participantRole: AWSTranscribeMedicalScribeParticipantRole { get set }