Class: Aws::Polly::Types::StartSpeechSynthesisStreamOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_streamTypes::StartSpeechSynthesisStreamEventStream

The output event stream that contains synthesized audio events and stream status events.



713
714
715
716
717
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 713

class StartSpeechSynthesisStreamOutput < Struct.new(
  :event_stream)
  SENSITIVE = []
  include Aws::Structure
end