class Aws::TranscribeStreamingService::Types::AudioStream

Represents the audio stream from your application to Amazon Transcribe.

@note When making an API call, you may pass AudioStream

data as a hash:

    {
      audio_event: {
        audio_chunk: "data",
      },
    }

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/AudioStream AWS API Documentation

Public Instance Methods

event_types() click to toggle source
# File lib/aws-sdk-transcribestreamingservice/types.rb, line 895
def event_types
  [
    :audio_event
  ]
end