polly_put_lexicon: Stores a pronunciation lexicon in an Amazon Web Services...

View source: R/polly_operations.R

polly_put_lexiconR Documentation

Stores a pronunciation lexicon in an Amazon Web Services Region

Description

Stores a pronunciation lexicon in an Amazon Web Services Region. If a lexicon with the same name already exists in the region, it is overwritten by the new lexicon. Lexicon operations have eventual consistency, therefore, it might take some time before the lexicon is available to the SynthesizeSpeech operation.

See https://www.paws-r-sdk.com/docs/polly_put_lexicon/ for full documentation.

Usage

polly_put_lexicon(Name, Content)

Arguments

Name

[required] Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.

Content

[required] Content of the PLS lexicon as string data.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.