Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

polly_get_lexicon

Returns the content of the specified pronunciation lexicon stored in an AWS Region


Description

Returns the content of the specified pronunciation lexicon stored in an AWS Region. For more information, see Managing Lexicons.

Usage

polly_get_lexicon(Name)

Arguments

Name

[required] Name of the lexicon.

Value

A list with the following syntax:

list(
  Lexicon = list(
    Content = "string",
    Name = "string"
  ),
  LexiconAttributes = list(
    Alphabet = "string",
    LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR",
    LastModified = as.POSIXct(
      "2015-01-01"
    ),
    LexiconArn = "string",
    LexemesCount = 123,
    Size = 123
  )
)

Request syntax

svc$get_lexicon(
  Name = "string"
)

Examples

## Not run: 
# Returns the content of the specified pronunciation lexicon stored in an
# AWS Region.
svc$get_lexicon(
  Name = ""
)

## End(Not run)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.