Class: Aws::TranscribeStreamingService::Types::MedicalScribeInputStream
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::TranscribeStreamingService::Types::MedicalScribeInputStream
- Defined in:
- gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb
Overview
An encoded stream of events. The stream is encoded as HTTP/2 data frames.
An input stream consists of the following types of events. The first
element of the input stream must be the
MedicalScribeConfigurationEvent event type.
MedicalScribeConfigurationEventMedicalScribeAudioEventMedicalScribeSessionControlEvent
EventStream is an Enumerator of Events. #event_types #=> Array, returns all modeled event types in the stream
Instance Method Summary collapse
Instance Method Details
#event_types ⇒ Object
3169 3170 3171 3172 3173 3174 3175 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 3169 def event_types [ :audio_event, :session_control_event, :configuration_event ] end |