Table of Contents

Class SynthesizeSpeechUtil

Namespace
Amazon.Polly
Assembly
AWSSDK.Polly.dll

Utility methods for synthesizing speech.

public static class SynthesizeSpeechUtil
Inheritance
SynthesizeSpeechUtil
Inherited Members

Methods

GeneratePresignedUrl(RegionEndpoint, SynthesizeSpeechRequest)

Generate a presigned URL based on a SynthesizeSpeechRequest using the default configured credentials.

public static string GeneratePresignedUrl(RegionEndpoint region, SynthesizeSpeechRequest request)

Parameters

region RegionEndpoint

The region for the URL.

request SynthesizeSpeechRequest

The request to base the presigned URL on.

Returns

string

GeneratePresignedUrl(AWSCredentials, RegionEndpoint, SynthesizeSpeechRequest)

Generate a presigned URL based on a SynthesizeSpeechRequest.

public static string GeneratePresignedUrl(AWSCredentials credentials, RegionEndpoint region, SynthesizeSpeechRequest request)

Parameters

credentials AWSCredentials

The credentials to use in the presigned URL.

region RegionEndpoint

The region for the URL.

request SynthesizeSpeechRequest

The request to base the presigned URL on.

Returns

string