Class: Aws::TranscribeStreamingService::Types::MedicalScribeTranscriptEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeStreamingService::Types::MedicalScribeTranscriptEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transcribestreamingservice/types.rb
Overview
The event associated with ‘MedicalScribeResultStream`.
Contains ‘MedicalScribeTranscriptSegment`, which contains segment related information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#transcript_segment ⇒ Types::MedicalScribeTranscriptSegment
The ‘TranscriptSegment` associated with a `MedicalScribeTranscriptEvent`.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
1198 1199 1200 |
# File 'lib/aws-sdk-transcribestreamingservice/types.rb', line 1198 def event_type @event_type end |
#transcript_segment ⇒ Types::MedicalScribeTranscriptSegment
The ‘TranscriptSegment` associated with a `MedicalScribeTranscriptEvent`.
1198 1199 1200 1201 1202 1203 |
# File 'lib/aws-sdk-transcribestreamingservice/types.rb', line 1198 class MedicalScribeTranscriptEvent < Struct.new( :transcript_segment, :event_type) SENSITIVE = [] include Aws::Structure end |