Class: Aws::Polly::Types::FlushStreamConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::FlushStreamConfiguration
- Defined in:
- gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb
Overview
Configuration that controls when synthesized audio data is sent on the output stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#force ⇒ Boolean
Specifies whether to force the synthesis engine to immediately write buffered audio data to the output stream.
Instance Attribute Details
#force ⇒ Boolean
Specifies whether to force the synthesis engine to immediately write buffered audio data to the output stream.
142 143 144 145 146 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 142 class FlushStreamConfiguration < Struct.new( :force) SENSITIVE = [] include Aws::Structure end |