class Aws::TranscribeStreamingService::Types::TranscriptResultStream
Represents the transcription result stream from Amazon Transcribe to your application.
EventStream is an Enumerator of Events.
#event_types #=> Array, returns all modeled event types in the stream
@see docs.aws.amazon.com/goto/WebAPI/transcribe-streaming-2017-10-26/TranscriptResultStream AWS API Documentation
Public Instance Methods
event_types()
click to toggle source
# File lib/aws-sdk-transcribestreamingservice/types.rb, line 936 def event_types [ :transcript_event, :bad_request_exception, :limit_exceeded_exception, :internal_failure_exception, :conflict_exception, :service_unavailable_exception ] end