Class: Aws::TranscribeStreamingService::Types::AudioStream

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

Overview

An encoded stream of audio blobs. Audio streams are encoded as either HTTP/2 or WebSocket data frames.

For more information, see [Transcribing streaming audio].

[1]: docs.aws.amazon.com/transcribe/latest/dg/streaming.html

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



2133
2134
2135
2136
2137
2138
# File 'lib/aws-sdk-transcribestreamingservice/types.rb', line 2133

def event_types
  [
    :audio_event,
    :configuration_event
  ]
end