Class: Aws::TranscribeStreamingService::Types::TranscriptResultStream

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

Overview

Contains detailed information about your streaming session.

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



2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 2171

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