| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
List<VocabularyInfo> |
ListVocabulariesResponse.vocabularies()
Provides information about the custom vocabularies that match the criteria specified in your request.
|
List<VocabularyInfo> |
ListMedicalVocabulariesResponse.vocabularies()
Provides information about the custom medical vocabularies that match the criteria specified in your request.
|
| Modifier and Type | Method and Description |
|---|---|
ListVocabulariesResponse.Builder |
ListVocabulariesResponse.Builder.vocabularies(VocabularyInfo... vocabularies)
Provides information about the custom vocabularies that match the criteria specified in your request.
|
ListMedicalVocabulariesResponse.Builder |
ListMedicalVocabulariesResponse.Builder.vocabularies(VocabularyInfo... vocabularies)
Provides information about the custom medical vocabularies that match the criteria specified in your request.
|
| Modifier and Type | Method and Description |
|---|---|
ListVocabulariesResponse.Builder |
ListVocabulariesResponse.Builder.vocabularies(Collection<VocabularyInfo> vocabularies)
Provides information about the custom vocabularies that match the criteria specified in your request.
|
ListMedicalVocabulariesResponse.Builder |
ListMedicalVocabulariesResponse.Builder.vocabularies(Collection<VocabularyInfo> vocabularies)
Provides information about the custom medical vocabularies that match the criteria specified in your request.
|
Copyright © 2022. All rights reserved.