| 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<StartTranscriptionJobResult> |
AmazonTranscribeAsyncClient.startTranscriptionJobAsync(StartTranscriptionJobRequest request,
AsyncHandler<StartTranscriptionJobRequest,StartTranscriptionJobResult> asyncHandler) |
Future<StartTranscriptionJobResult> |
AmazonTranscribeAsync.startTranscriptionJobAsync(StartTranscriptionJobRequest startTranscriptionJobRequest,
AsyncHandler<StartTranscriptionJobRequest,StartTranscriptionJobResult> asyncHandler)
Starts an asynchronous job to transcribe speech to text.
|
Future<StartTranscriptionJobResult> |
AbstractAmazonTranscribeAsync.startTranscriptionJobAsync(StartTranscriptionJobRequest request,
AsyncHandler<StartTranscriptionJobRequest,StartTranscriptionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.clone() |
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withLanguageCode(LanguageCode languageCode)
The language code for the language used in the input media file.
|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withLanguageCode(String languageCode)
The language code for the language used in the input media file.
|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withMedia(Media media)
An object that describes the input media for a transcription job.
|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withMediaFormat(MediaFormat mediaFormat)
The format of the input media file.
|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withMediaFormat(String mediaFormat)
The format of the input media file.
|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withMediaSampleRateHertz(Integer mediaSampleRateHertz)
The sample rate, in Hertz, of the audio track in the input media file.
|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withTranscriptionJobName(String transcriptionJobName)
The name of the job.
|
Copyright © 2018. All rights reserved.