Table of Contents

Class StartSpeechSynthesisTaskResponse

Namespace
Amazon.Polly.Model
Assembly
AWSSDK.Polly.dll

This is the response object from the StartSpeechSynthesisTask operation.

public class StartSpeechSynthesisTaskResponse : AmazonWebServiceResponse
Inheritance
StartSpeechSynthesisTaskResponse

Constructors

StartSpeechSynthesisTaskResponse()

public StartSpeechSynthesisTaskResponse()

Properties

SynthesisTask

Gets and sets the property SynthesisTask.

SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task.

public SynthesisTask SynthesisTask { get; set; }

Property Value

SynthesisTask