| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe |
Operations and objects for transcribing speech to text.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateVocabularyResponse |
TranscribeClient.createVocabulary(Consumer<CreateVocabularyRequest.Builder> createVocabularyRequest)
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an
audio file.
|
default CreateVocabularyResponse |
TranscribeClient.createVocabulary(CreateVocabularyRequest createVocabularyRequest)
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an
audio file.
|
default StartTranscriptionJobResponse |
TranscribeClient.startTranscriptionJob(Consumer<StartTranscriptionJobRequest.Builder> startTranscriptionJobRequest)
Starts an asynchronous job to transcribe speech to text.
|
default StartTranscriptionJobResponse |
TranscribeClient.startTranscriptionJob(StartTranscriptionJobRequest startTranscriptionJobRequest)
Starts an asynchronous job to transcribe speech to text.
|
default UpdateVocabularyResponse |
TranscribeClient.updateVocabulary(Consumer<UpdateVocabularyRequest.Builder> updateVocabularyRequest)
Updates an existing vocabulary with new values.
|
default UpdateVocabularyResponse |
TranscribeClient.updateVocabulary(UpdateVocabularyRequest updateVocabularyRequest)
Updates an existing vocabulary with new values.
|
Copyright © 2019. All rights reserved.