Class: Aws::TranscribeService::Types::MedicalScribeChannelDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::MedicalScribeChannelDefinition
- Defined in:
- gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb
Overview
Indicates which speaker is on which channel. The options are
CLINICIAN
and PATIENT
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_id ⇒ Integer
Specify the audio channel you want to define.
-
#participant_role ⇒ String
Specify the participant that you want to flag.
Instance Attribute Details
#channel_id ⇒ Integer
Specify the audio channel you want to define.
2750 2751 2752 2753 2754 2755 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 2750 class MedicalScribeChannelDefinition < Struct.new( :channel_id, :participant_role) SENSITIVE = [] include Aws::Structure end |
#participant_role ⇒ String
Specify the participant that you want to flag. The options are
CLINICIAN
and PATIENT
2750 2751 2752 2753 2754 2755 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 2750 class MedicalScribeChannelDefinition < Struct.new( :channel_id, :participant_role) SENSITIVE = [] include Aws::Structure end |