Uses of Class
software.amazon.awssdk.services.polly.model.LexiconAttributes
-
Packages that use LexiconAttributes Package Description software.amazon.awssdk.services.polly.model -
-
Uses of LexiconAttributes in software.amazon.awssdk.services.polly.model
Methods in software.amazon.awssdk.services.polly.model that return LexiconAttributes Modifier and Type Method Description LexiconAttributesLexiconDescription. attributes()Provides lexicon metadata.LexiconAttributesGetLexiconResponse. lexiconAttributes()Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.Methods in software.amazon.awssdk.services.polly.model with parameters of type LexiconAttributes Modifier and Type Method Description LexiconDescription.BuilderLexiconDescription.Builder. attributes(LexiconAttributes attributes)Provides lexicon metadata.GetLexiconResponse.BuilderGetLexiconResponse.Builder. lexiconAttributes(LexiconAttributes lexiconAttributes)Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.
-