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

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

Returns the content of the specified pronunciation lexicon stored in an AWS Region. For more information, see Managing Lexicons.
/// Amazon Polly can't find the specified lexicon. This could be caused by a lexicon that /// is missing, its name is misspelled or specifying a lexicon that is in a different /// region. /// /// /// /// Verify that the lexicon exists, is in the region (see ListLexicons) and that /// you spelled its name is spelled correctly. Then try again. /// /// /// An unknown condition has caused a service failure. ///
public GetLexicon ( GetLexiconRequest request ) : GetLexiconResponse
request Amazon.Polly.Model.GetLexiconRequest Container for the necessary parameters to execute the GetLexicon service method.
Результат Amazon.Polly.Model.GetLexiconResponse
        public GetLexiconResponse GetLexicon(GetLexiconRequest request)
        {
            var marshaller = new GetLexiconRequestMarshaller();
            var unmarshaller = GetLexiconResponseUnmarshaller.Instance;

            return Invoke<GetLexiconRequest,GetLexiconResponse>(request, marshaller, unmarshaller);
        }