| Package | Description |
|---|---|
| com.amazonaws.services.polly.model |
| Modifier and Type | Method and Description |
|---|---|
LexiconAttributes |
LexiconAttributes.clone() |
LexiconAttributes |
LexiconDescription.getAttributes()
Provides lexicon metadata.
|
LexiconAttributes |
GetLexiconResult.getLexiconAttributes()
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.
|
LexiconAttributes |
LexiconAttributes.withAlphabet(String alphabet)
Phonetic alphabet used in the lexicon.
|
LexiconAttributes |
LexiconAttributes.withLanguageCode(LanguageCode languageCode)
Language code that the lexicon applies to.
|
LexiconAttributes |
LexiconAttributes.withLanguageCode(String languageCode)
Language code that the lexicon applies to.
|
LexiconAttributes |
LexiconAttributes.withLastModified(Date lastModified)
Date lexicon was last modified (a timestamp value).
|
LexiconAttributes |
LexiconAttributes.withLexemesCount(Integer lexemesCount)
Number of lexemes in the lexicon.
|
LexiconAttributes |
LexiconAttributes.withLexiconArn(String lexiconArn)
Amazon Resource Name (ARN) of the lexicon.
|
LexiconAttributes |
LexiconAttributes.withSize(Integer size)
Total size of the lexicon, in characters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LexiconDescription.setAttributes(LexiconAttributes attributes)
Provides lexicon metadata.
|
void |
GetLexiconResult.setLexiconAttributes(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.
|
LexiconDescription |
LexiconDescription.withAttributes(LexiconAttributes attributes)
Provides lexicon metadata.
|
GetLexiconResult |
GetLexiconResult.withLexiconAttributes(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.
|
Copyright © 2019. All rights reserved.