Class: Aws::TranscribeStreamingService::Types::TranscriptResultStream
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::TranscribeStreamingService::Types::TranscriptResultStream
- Defined in:
- 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_types ⇒ Object
3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-transcribestreamingservice/types.rb', line 3008 def event_types [ :transcript_event, :bad_request_exception, :limit_exceeded_exception, :internal_failure_exception, :conflict_exception, :service_unavailable_exception ] end |