Class: Aws::TranscribeStreamingService::Types::MedicalScribeResultStream

Inherits:
Enumerator
  • Object
show all
Defined in:
gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb

Overview

Result stream where you will receive the output events. The details are provided in the MedicalScribeTranscriptEvent object.

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_typesObject



3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 3208

def event_types
  [
    :transcript_event,
    :bad_request_exception,
    :limit_exceeded_exception,
    :internal_failure_exception,
    :conflict_exception,
    :service_unavailable_exception
  ]
end