| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
VocabularyFilterInfo |
VocabularyFilterInfo.clone() |
VocabularyFilterInfo |
VocabularyFilterInfo.withLanguageCode(LanguageCode languageCode)
The language code that represents the language of the entries in your vocabulary filter.
|
VocabularyFilterInfo |
VocabularyFilterInfo.withLanguageCode(String languageCode)
The language code that represents the language of the entries in your vocabulary filter.
|
VocabularyFilterInfo |
VocabularyFilterInfo.withLastModifiedTime(Date lastModifiedTime)
The date and time the specified custom vocabulary filter was last modified.
|
VocabularyFilterInfo |
VocabularyFilterInfo.withVocabularyFilterName(String vocabularyFilterName)
A unique name, chosen by you, for your custom vocabulary filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<VocabularyFilterInfo> |
ListVocabularyFiltersResult.getVocabularyFilters()
Provides information about the custom vocabulary filters that match the criteria specified in your request.
|
| Modifier and Type | Method and Description |
|---|---|
ListVocabularyFiltersResult |
ListVocabularyFiltersResult.withVocabularyFilters(VocabularyFilterInfo... vocabularyFilters)
Provides information about the custom vocabulary filters that match the criteria specified in your request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVocabularyFiltersResult.setVocabularyFilters(Collection<VocabularyFilterInfo> vocabularyFilters)
Provides information about the custom vocabulary filters that match the criteria specified in your request.
|
ListVocabularyFiltersResult |
ListVocabularyFiltersResult.withVocabularyFilters(Collection<VocabularyFilterInfo> vocabularyFilters)
Provides information about the custom vocabulary filters that match the criteria specified in your request.
|
Copyright © 2023. All rights reserved.