Uses of Class
software.amazon.awssdk.services.transcribe.model.GetVocabularyResponse
-
Packages that use GetVocabularyResponse Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics. -
-
Uses of GetVocabularyResponse in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe that return GetVocabularyResponse Modifier and Type Method Description default GetVocabularyResponseTranscribeClient. getVocabulary(Consumer<GetVocabularyRequest.Builder> getVocabularyRequest)Provides information about the specified custom vocabulary.default GetVocabularyResponseTranscribeClient. getVocabulary(GetVocabularyRequest getVocabularyRequest)Provides information about the specified custom vocabulary.Methods in software.amazon.awssdk.services.transcribe that return types with arguments of type GetVocabularyResponse Modifier and Type Method Description default CompletableFuture<GetVocabularyResponse>TranscribeAsyncClient. getVocabulary(Consumer<GetVocabularyRequest.Builder> getVocabularyRequest)Provides information about the specified custom vocabulary.default CompletableFuture<GetVocabularyResponse>TranscribeAsyncClient. getVocabulary(GetVocabularyRequest getVocabularyRequest)Provides information about the specified custom vocabulary.
-