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