Class: Aws::TranscribeStreamingService::Types::MedicalScribeTranscriptEvent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



1198
1199
1200
# File 'lib/aws-sdk-transcribestreamingservice/types.rb', line 1198

def event_type
  @event_type
end

#transcript_segmentTypes::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