Uses of Class
software.amazon.awssdk.services.transcribe.model.VocabularyInfo
-
Packages that use VocabularyInfo Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of VocabularyInfo in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type VocabularyInfo Modifier and Type Method Description List<VocabularyInfo>ListMedicalVocabulariesResponse. vocabularies()Provides information about the custom medical vocabularies that match the criteria specified in your request.List<VocabularyInfo>ListVocabulariesResponse. vocabularies()Provides information about the custom vocabularies that match the criteria specified in your request.Methods in software.amazon.awssdk.services.transcribe.model with parameters of type VocabularyInfo Modifier and Type Method Description ListMedicalVocabulariesResponse.BuilderListMedicalVocabulariesResponse.Builder. vocabularies(VocabularyInfo... vocabularies)Provides information about the custom medical vocabularies that match the criteria specified in your request.ListVocabulariesResponse.BuilderListVocabulariesResponse.Builder. vocabularies(VocabularyInfo... vocabularies)Provides information about the custom vocabularies that match the criteria specified in your request.Method parameters in software.amazon.awssdk.services.transcribe.model with type arguments of type VocabularyInfo Modifier and Type Method Description ListMedicalVocabulariesResponse.BuilderListMedicalVocabulariesResponse.Builder. vocabularies(Collection<VocabularyInfo> vocabularies)Provides information about the custom medical vocabularies that match the criteria specified in your request.ListVocabulariesResponse.BuilderListVocabulariesResponse.Builder. vocabularies(Collection<VocabularyInfo> vocabularies)Provides information about the custom vocabularies that match the criteria specified in your request.
-