You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Polly::Types::LexiconAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::LexiconAttributes
- Defined in:
- (unknown)
Overview
Contains metadata describing the lexicon such as the number of lexemes, language code, and so on. For more information, see Managing Lexicons.
Returned by:
Instance Attribute Summary collapse
-
#alphabet ⇒ String
Phonetic alphabet used in the lexicon.
-
#language_code ⇒ String
Language code that the lexicon applies to.
-
#last_modified ⇒ Time
Date lexicon was last modified (a timestamp value).
-
#lexemes_count ⇒ Integer
Number of lexemes in the lexicon.
-
#lexicon_arn ⇒ String
Amazon Resource Name (ARN) of the lexicon.
-
#size ⇒ Integer
Total size of the lexicon, in characters.
Instance Attribute Details
#alphabet ⇒ String
Phonetic alphabet used in the lexicon. Valid values are ipa
and
x-sampa
.
#language_code ⇒ String
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.
Possible values:
- 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
#last_modified ⇒ Time
Date lexicon was last modified (a timestamp value).
#lexemes_count ⇒ Integer
Number of lexemes in the lexicon.
#lexicon_arn ⇒ String
Amazon Resource Name (ARN) of the lexicon.
#size ⇒ Integer
Total size of the lexicon, in characters.