Class: Aws::TranscribeStreamingService::Types::CallAnalyticsTranscriptResultStream
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::TranscribeStreamingService::Types::CallAnalyticsTranscriptResultStream
- Defined in:
- lib/aws-sdk-transcribestreamingservice/types.rb
Overview
Contains detailed information about your Call Analytics streaming session. These details are provided in the ‘UtteranceEvent` and `CategoryEvent` objects.
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
2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 |
# File 'lib/aws-sdk-transcribestreamingservice/types.rb', line 2126 def event_types [ :utterance_event, :category_event, :bad_request_exception, :limit_exceeded_exception, :internal_failure_exception, :conflict_exception, :service_unavailable_exception ] end |