Amazon.Polly.AmazonPollyClient.EndSynthesizeSpeech C# (CSharp) Метод

EndSynthesizeSpeech() публичный Метод

Finishes the asynchronous execution of the SynthesizeSpeech operation.
public EndSynthesizeSpeech ( IAsyncResult asyncResult ) : SynthesizeSpeechResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSynthesizeSpeech.
Результат Amazon.Polly.Model.SynthesizeSpeechResponse
        public  SynthesizeSpeechResponse EndSynthesizeSpeech(IAsyncResult asyncResult)
        {
            return EndInvoke<SynthesizeSpeechResponse>(asyncResult);
        }