Class: Aws::Polly::Types::FlushStreamConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#forceBoolean

Specifies whether to force the synthesis engine to immediately write buffered audio data to the output stream.

Returns:

  • (Boolean)


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