Values.LexiconAttributesSourceContains metadata describing the lexicon such as the number of lexemes, language code, and so on. For more information, see Managing Lexicons.
type nonrec t = {alphabet : Alphabet.t option;Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.
*)languageCode : LanguageCode.t option;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.
*)lastModified : LastModified.t option;Date lexicon was last modified (a timestamp value).
*)lexiconArn : LexiconArn.t option;Amazon Resource Name (ARN) of the lexicon.
*)lexemesCount : LexemesCount.t option;Number of lexemes in the lexicon.
*)size : Size.t option;Total size of the lexicon, in characters.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of LexemesCount.t
| `String of Alphabet.t
| `Timestamp of LastModified.t ])
list ]