LexiconAttributes class
Contains metadata describing the lexicon such as the number of lexemes, language code, and so on. For more information, see Managing Lexicons.
Constructors
- LexiconAttributes({String? alphabet, LanguageCode? languageCode, DateTime? lastModified, int? lexemesCount, String? lexiconArn, int? size})
-
LexiconAttributes.fromJson(Map<
String, dynamic> json) -
factory
Properties
- alphabet → String?
-
Phonetic alphabet used in the lexicon. Valid values are
ipa
andx-sampa
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode → LanguageCode?
-
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.
final
- lastModified → DateTime?
-
Date lexicon was last modified (a timestamp value).
final
- lexemesCount → int?
-
Number of lexemes in the lexicon.
final
- lexiconArn → String?
-
Amazon Resource Name (ARN) of the lexicon.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int?
-
Total size of the lexicon, in characters.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited