LexiconAttributes

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.

Link copied to clipboard

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.

Link copied to clipboard

Date lexicon was last modified (a timestamp value).

Link copied to clipboard

Number of lexemes in the lexicon.

Link copied to clipboard

Amazon Resource Name (ARN) of the lexicon.

Link copied to clipboard
val size: Int

Total size of the lexicon, in characters.

Functions

Link copied to clipboard
inline fun copy(block: LexiconAttributes.Builder.() -> Unit = {}): LexiconAttributes
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String