| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
VocabularyFilterInfo |
VocabularyFilterInfo.clone() |
VocabularyFilterInfo |
VocabularyFilterInfo.withLanguageCode(LanguageCode languageCode)
The language code of the words in the vocabulary filter.
|
VocabularyFilterInfo |
VocabularyFilterInfo.withLanguageCode(String languageCode)
The language code of the words in the vocabulary filter.
|
VocabularyFilterInfo |
VocabularyFilterInfo.withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was last updated.
|
VocabularyFilterInfo |
VocabularyFilterInfo.withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<VocabularyFilterInfo> |
ListVocabularyFiltersResult.getVocabularyFilters()
The list of vocabulary filters.
|
| Modifier and Type | Method and Description |
|---|---|
ListVocabularyFiltersResult |
ListVocabularyFiltersResult.withVocabularyFilters(VocabularyFilterInfo... vocabularyFilters)
The list of vocabulary filters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVocabularyFiltersResult.setVocabularyFilters(Collection<VocabularyFilterInfo> vocabularyFilters)
The list of vocabulary filters.
|
ListVocabularyFiltersResult |
ListVocabularyFiltersResult.withVocabularyFilters(Collection<VocabularyFilterInfo> vocabularyFilters)
The list of vocabulary filters.
|
Copyright © 2021. All rights reserved.