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
regionRegionEndpointThe region for the URL.
requestSynthesizeSpeechRequestThe 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
credentialsAWSCredentialsThe credentials to use in the presigned URL.
regionRegionEndpointThe region for the URL.
requestSynthesizeSpeechRequestThe request to base the presigned URL on.