Class: Aws::TranscribeStreamingService::Types::AudioStream
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::TranscribeStreamingService::Types::AudioStream
- Defined in:
- gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb
Overview
Note:
When making an API call, you may pass AudioStream data as a hash:
{
audio_event: {
audio_chunk: "data",
},
}
Represents the audio stream from your application to Amazon Transcribe.
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
784 785 786 787 788 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 784 def event_types [ :audio_event ] end |