AWSSDK_DotNet.IntegrationTests.Tests.Polly.PollyTests.GetRequest C# (CSharp) Method

GetRequest() private static method

private static GetRequest ( ) : SynthesizeSpeechRequest
return Amazon.Polly.Model.SynthesizeSpeechRequest
        private static SynthesizeSpeechRequest GetRequest()
        {
            return new SynthesizeSpeechRequest()
            {
                VoiceId = "Joanna",
                Text = "Hello",
                OutputFormat = OutputFormat.Mp3
            };
        }
    }