Class: Aws::Polly::Types::StartSpeechSynthesisStreamOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::StartSpeechSynthesisStreamOutput
- Defined in:
- gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_stream ⇒ Types::StartSpeechSynthesisStreamEventStream
The output event stream that contains synthesized audio events and stream status events.
Instance Attribute Details
#event_stream ⇒ Types::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 |