Table of Contents

Class GetSpeechSynthesisTaskRequest

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

Container for the parameters to the GetSpeechSynthesisTask operation. Retrieves a specific SpeechSynthesisTask object based on its TaskID. This object contains information about the given speech synthesis task, including the status of the task, and a link to the S3 bucket containing the output of the task.

public class GetSpeechSynthesisTaskRequest : AmazonPollyRequest
Inheritance
GetSpeechSynthesisTaskRequest

Constructors

GetSpeechSynthesisTaskRequest()

public GetSpeechSynthesisTaskRequest()

Properties

TaskId

Gets and sets the property TaskId.

The Amazon Polly generated identifier for a speech synthesis task.

public string TaskId { get; set; }

Property Value

string