| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe |
Operations and objects for transcribing speech to text.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateLanguageModelResponse |
TranscribeClient.createLanguageModel(Consumer<CreateLanguageModelRequest.Builder> createLanguageModelRequest)
Creates a new custom language model.
|
default CreateLanguageModelResponse |
TranscribeClient.createLanguageModel(CreateLanguageModelRequest createLanguageModelRequest)
Creates a new custom language model.
|
default CreateMedicalVocabularyResponse |
TranscribeClient.createMedicalVocabulary(Consumer<CreateMedicalVocabularyRequest.Builder> createMedicalVocabularyRequest)
Creates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio
file.
|
default CreateMedicalVocabularyResponse |
TranscribeClient.createMedicalVocabulary(CreateMedicalVocabularyRequest createMedicalVocabularyRequest)
Creates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio
file.
|
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 CreateVocabularyFilterResponse |
TranscribeClient.createVocabularyFilter(Consumer<CreateVocabularyFilterRequest.Builder> createVocabularyFilterRequest)
Creates a new vocabulary filter that you can use to filter words, such as profane words, from the output of a
transcription job.
|
default CreateVocabularyFilterResponse |
TranscribeClient.createVocabularyFilter(CreateVocabularyFilterRequest createVocabularyFilterRequest)
Creates a new vocabulary filter that you can use to filter words, such as profane words, from the output of a
transcription job.
|
default StartMedicalTranscriptionJobResponse |
TranscribeClient.startMedicalTranscriptionJob(Consumer<StartMedicalTranscriptionJobRequest.Builder> startMedicalTranscriptionJobRequest)
Starts a batch job to transcribe medical speech to text.
|
default StartMedicalTranscriptionJobResponse |
TranscribeClient.startMedicalTranscriptionJob(StartMedicalTranscriptionJobRequest startMedicalTranscriptionJobRequest)
Starts a batch job to transcribe medical speech to text.
|
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 UpdateMedicalVocabularyResponse |
TranscribeClient.updateMedicalVocabulary(Consumer<UpdateMedicalVocabularyRequest.Builder> updateMedicalVocabularyRequest)
Updates a vocabulary with new values that you provide in a different text file from the one you used to create
the vocabulary.
|
default UpdateMedicalVocabularyResponse |
TranscribeClient.updateMedicalVocabulary(UpdateMedicalVocabularyRequest updateMedicalVocabularyRequest)
Updates a vocabulary with new values that you provide in a different text file from the one you used to create
the vocabulary.
|
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 © 2020. All rights reserved.