class Aws::Polly::Types::LexiconAttributes

Contains metadata describing the lexicon such as the number of lexemes, language code, and so on. For more information, see [Managing Lexicons].

[1]: docs.aws.amazon.com/polly/latest/dg/managing-lexicons.html

@!attribute [rw] alphabet

Phonetic alphabet used in the lexicon. Valid values are `ipa` and
`x-sampa`.
@return [String]

@!attribute [rw] language_code

Language code that the lexicon applies to. A lexicon with a language
code such as "en" would be applied to all English languages
(en-GB, en-US, en-AUS, en-WLS, and so on.
@return [String]

@!attribute [rw] last_modified

Date lexicon was last modified (a timestamp value).
@return [Time]

@!attribute [rw] lexicon_arn

Amazon Resource Name (ARN) of the lexicon.
@return [String]

@!attribute [rw] lexemes_count

Number of lexemes in the lexicon.
@return [Integer]

@!attribute [rw] size

Total size of the lexicon, in characters.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/polly-2016-06-10/LexiconAttributes AWS API Documentation

Constants

SENSITIVE