Class: Aws::ConnectHealth::Types::MedicalScribeTranscriptEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::MedicalScribeTranscriptEvent
- Defined in:
- gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb
Overview
An event containing transcript data from the Medical Scribe stream
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#transcript_segment ⇒ Types::MedicalScribeTranscriptSegment
A segment of the transcript.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
1066 1067 1068 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1066 def event_type @event_type end |
#transcript_segment ⇒ Types::MedicalScribeTranscriptSegment
A segment of the transcript
1066 1067 1068 1069 1070 1071 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1066 class MedicalScribeTranscriptEvent < Struct.new( :transcript_segment, :event_type) SENSITIVE = [] include Aws::Structure end |