Amazon.Polly.AmazonPollyClient.DeleteLexicon C# (CSharp) Method

DeleteLexicon() public method

Deletes the specified pronunciation lexicon stored in an AWS Region. A lexicon which has been deleted is not available for speech synthesis, nor is it possible to retrieve it using either the GetLexicon or ListLexicon APIs.

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 DeleteLexicon ( DeleteLexiconRequest request ) : DeleteLexiconResponse
request Amazon.Polly.Model.DeleteLexiconRequest Container for the necessary parameters to execute the DeleteLexicon service method.
return DeleteLexiconResponse
        public DeleteLexiconResponse DeleteLexicon(DeleteLexiconRequest request)
        {
            var marshaller = new DeleteLexiconRequestMarshaller();
            var unmarshaller = DeleteLexiconResponseUnmarshaller.Instance;

            return Invoke<DeleteLexiconRequest,DeleteLexiconResponse>(request, marshaller, unmarshaller);
        }