Class: Aws::Polly::Types::GetSpeechSynthesisTaskOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#synthesis_taskTypes::SynthesisTask

SynthesisTask object that provides information from the requested task, including output format, creation time, task status, and so on.



155
156
157
158
# File 'lib/aws-sdk-polly/types.rb', line 155

class GetSpeechSynthesisTaskOutput < Struct.new(
  :synthesis_task)
  include Aws::Structure
end