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
CLINICIANandPATIENTDeclaration
Objective-C
@property (nonatomic) AWSTranscribeMedicalScribeParticipantRole participantRole;Swift
var participantRole: AWSTranscribeMedicalScribeParticipantRole { get set }
View on GitHub
Install in Dash
AWSTranscribeMedicalScribeChannelDefinition Class Reference