Uses of Class
software.amazon.awssdk.services.transcribe.model.CreateVocabularyRequest
-
Packages that use CreateVocabularyRequest 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 CreateVocabularyRequest in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe with parameters of type CreateVocabularyRequest Modifier and Type Method Description default CompletableFuture<CreateVocabularyResponse>TranscribeAsyncClient. createVocabulary(CreateVocabularyRequest createVocabularyRequest)Creates a new custom vocabulary.default CreateVocabularyResponseTranscribeClient. createVocabulary(CreateVocabularyRequest createVocabularyRequest)Creates a new custom vocabulary. -
Uses of CreateVocabularyRequest in software.amazon.awssdk.services.transcribe.transform
Methods in software.amazon.awssdk.services.transcribe.transform with parameters of type CreateVocabularyRequest Modifier and Type Method Description SdkHttpFullRequestCreateVocabularyRequestMarshaller. marshall(CreateVocabularyRequest createVocabularyRequest)
-