LexiconAttributes
public struct LexiconAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.
Declaration
Swift
public let alphabet: 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.
Declaration
Swift
public let languageCode: LanguageCode? -
Date lexicon was last modified (a timestamp value).
Declaration
Swift
public let lastModified: TimeStamp? -
Number of lexemes in the lexicon.
Declaration
Swift
public let lexemesCount: Int? -
Amazon Resource Name (ARN) of the lexicon.
Declaration
Swift
public let lexiconArn: String? -
Total size of the lexicon, in characters.
Declaration
Swift
public let size: Int? -
Undocumented
Declaration
Swift
public init(alphabet: String? = nil, languageCode: LanguageCode? = nil, lastModified: TimeStamp? = nil, lexemesCount: Int? = nil, lexiconArn: String? = nil, size: Int? = nil)
View on GitHub
LexiconAttributes Structure Reference