Class: Aws::Types::SynthesizeSpeechOutput
- Inherits:
-
Object
- Object
- Aws::Types::SynthesizeSpeechOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_stream ⇒ ::IO
Returns the value of attribute audio_stream.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#request_characters ⇒ ::Integer
Returns the value of attribute request_characters.
Instance Attribute Details
#audio_stream ⇒ ::IO
Returns the value of attribute audio_stream.
300 301 302 |
# File 'sig/types.rbs', line 300 def audio_stream @audio_stream end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
301 302 303 |
# File 'sig/types.rbs', line 301 def content_type @content_type end |
#request_characters ⇒ ::Integer
Returns the value of attribute request_characters.
302 303 304 |
# File 'sig/types.rbs', line 302 def request_characters @request_characters end |