| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
VocabularyInfo |
VocabularyInfo.clone() |
VocabularyInfo |
VocabularyInfo.withLanguageCode(LanguageCode languageCode)
The language code used to create your custom vocabulary.
|
VocabularyInfo |
VocabularyInfo.withLanguageCode(String languageCode)
The language code used to create your custom vocabulary.
|
VocabularyInfo |
VocabularyInfo.withLastModifiedTime(Date lastModifiedTime)
The date and time the specified custom vocabulary was last modified.
|
VocabularyInfo |
VocabularyInfo.withVocabularyName(String vocabularyName)
A unique name, chosen by you, for your custom vocabulary.
|
VocabularyInfo |
VocabularyInfo.withVocabularyState(String vocabularyState)
The processing state of your custom vocabulary.
|
VocabularyInfo |
VocabularyInfo.withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
List<VocabularyInfo> |
ListVocabulariesResult.getVocabularies()
Provides information about the custom vocabularies that match the criteria specified in your request.
|
List<VocabularyInfo> |
ListMedicalVocabulariesResult.getVocabularies()
Provides information about the custom medical vocabularies that match the criteria specified in your request.
|
| Modifier and Type | Method and Description |
|---|---|
ListVocabulariesResult |
ListVocabulariesResult.withVocabularies(VocabularyInfo... vocabularies)
Provides information about the custom vocabularies that match the criteria specified in your request.
|
ListMedicalVocabulariesResult |
ListMedicalVocabulariesResult.withVocabularies(VocabularyInfo... vocabularies)
Provides information about the custom medical vocabularies that match the criteria specified in your request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVocabulariesResult.setVocabularies(Collection<VocabularyInfo> vocabularies)
Provides information about the custom vocabularies that match the criteria specified in your request.
|
void |
ListMedicalVocabulariesResult.setVocabularies(Collection<VocabularyInfo> vocabularies)
Provides information about the custom medical vocabularies that match the criteria specified in your request.
|
ListVocabulariesResult |
ListVocabulariesResult.withVocabularies(Collection<VocabularyInfo> vocabularies)
Provides information about the custom vocabularies that match the criteria specified in your request.
|
ListMedicalVocabulariesResult |
ListMedicalVocabulariesResult.withVocabularies(Collection<VocabularyInfo> vocabularies)
Provides information about the custom medical vocabularies that match the criteria specified in your request.
|
Copyright © 2023. All rights reserved.