| Package | Description |
|---|---|
| com.amazonaws.services.transcribe |
Operations and objects for transcribing speech to text.
|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMedicalVocabularyResult> |
AmazonTranscribeAsyncClient.createMedicalVocabularyAsync(CreateMedicalVocabularyRequest request,
AsyncHandler<CreateMedicalVocabularyRequest,CreateMedicalVocabularyResult> asyncHandler) |
Future<CreateMedicalVocabularyResult> |
AmazonTranscribeAsync.createMedicalVocabularyAsync(CreateMedicalVocabularyRequest createMedicalVocabularyRequest,
AsyncHandler<CreateMedicalVocabularyRequest,CreateMedicalVocabularyResult> asyncHandler)
Creates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio
file.
|
Future<CreateMedicalVocabularyResult> |
AbstractAmazonTranscribeAsync.createMedicalVocabularyAsync(CreateMedicalVocabularyRequest request,
AsyncHandler<CreateMedicalVocabularyRequest,CreateMedicalVocabularyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateMedicalVocabularyRequest |
CreateMedicalVocabularyRequest.clone() |
CreateMedicalVocabularyRequest |
CreateMedicalVocabularyRequest.withLanguageCode(LanguageCode languageCode)
The language code used for the entries within your custom vocabulary.
|
CreateMedicalVocabularyRequest |
CreateMedicalVocabularyRequest.withLanguageCode(String languageCode)
The language code used for the entries within your custom vocabulary.
|
CreateMedicalVocabularyRequest |
CreateMedicalVocabularyRequest.withVocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location of the text file you use to define your custom vocabulary.
|
CreateMedicalVocabularyRequest |
CreateMedicalVocabularyRequest.withVocabularyName(String vocabularyName)
The name of the custom vocabulary.
|
Copyright © 2020. All rights reserved.