Class: Aws::Polly::Types::StartSpeechSynthesisTaskOutput

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 and attributes about a newly submitted speech synthesis task.



481
482
483
484
# File 'lib/aws-sdk-polly/types.rb', line 481

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