Class SynthesizeSpeechUtil
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
RegionEndpointThe region for the URL.
request
SynthesizeSpeechRequestThe request to base the presigned URL on.
Returns
GeneratePresignedUrl(AWSCredentials, RegionEndpoint, SynthesizeSpeechRequest)
Generate a presigned URL based on a SynthesizeSpeechRequest.
public static string GeneratePresignedUrl(AWSCredentials credentials, RegionEndpoint region, SynthesizeSpeechRequest request)
Parameters
credentials
AWSCredentialsThe credentials to use in the presigned URL.
region
RegionEndpointThe region for the URL.
request
SynthesizeSpeechRequestThe request to base the presigned URL on.