public static interface StartStreamTranscriptionRequest.Builder extends TranscribeStreamingRequest.Builder, SdkPojo, CopyableBuilder<StartStreamTranscriptionRequest.Builder,StartStreamTranscriptionRequest>
Modifier and Type | Method and Description |
---|---|
StartStreamTranscriptionRequest.Builder |
languageCode(LanguageCode languageCode)
Indicates the language used in the input audio stream.
|
StartStreamTranscriptionRequest.Builder |
languageCode(String languageCode)
Indicates the language used in the input audio stream.
|
StartStreamTranscriptionRequest.Builder |
mediaEncoding(MediaEncoding mediaEncoding)
The encoding used for the input audio.
|
StartStreamTranscriptionRequest.Builder |
mediaEncoding(String mediaEncoding)
The encoding used for the input audio.
|
StartStreamTranscriptionRequest.Builder |
mediaSampleRateHertz(Integer mediaSampleRateHertz)
The sample rate, in Hertz, of the input audio.
|
StartStreamTranscriptionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StartStreamTranscriptionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
StartStreamTranscriptionRequest.Builder |
sessionId(String sessionId)
A identifier for the transcription session.
|
StartStreamTranscriptionRequest.Builder |
vocabularyName(String vocabularyName)
The name of the vocabulary to use when processing the transcription job.
|
build
overrideConfiguration
copy
applyMutation, build
StartStreamTranscriptionRequest.Builder languageCode(String languageCode)
Indicates the language used in the input audio stream.
languageCode
- Indicates the language used in the input audio stream.LanguageCode
,
LanguageCode
StartStreamTranscriptionRequest.Builder languageCode(LanguageCode languageCode)
Indicates the language used in the input audio stream.
languageCode
- Indicates the language used in the input audio stream.LanguageCode
,
LanguageCode
StartStreamTranscriptionRequest.Builder mediaSampleRateHertz(Integer mediaSampleRateHertz)
The sample rate, in Hertz, of the input audio. We suggest that you use 8000 Hz for low quality audio and 16000 Hz for high quality audio.
mediaSampleRateHertz
- The sample rate, in Hertz, of the input audio. We suggest that you use 8000 Hz for low quality audio
and 16000 Hz for high quality audio.StartStreamTranscriptionRequest.Builder mediaEncoding(String mediaEncoding)
The encoding used for the input audio.
mediaEncoding
- The encoding used for the input audio.MediaEncoding
,
MediaEncoding
StartStreamTranscriptionRequest.Builder mediaEncoding(MediaEncoding mediaEncoding)
The encoding used for the input audio.
mediaEncoding
- The encoding used for the input audio.MediaEncoding
,
MediaEncoding
StartStreamTranscriptionRequest.Builder vocabularyName(String vocabularyName)
The name of the vocabulary to use when processing the transcription job.
vocabularyName
- The name of the vocabulary to use when processing the transcription job.StartStreamTranscriptionRequest.Builder sessionId(String sessionId)
A identifier for the transcription session. Use this parameter when you want to retry a session. If you don't provide a session ID, Amazon Transcribe will generate one for you and return it in the response.
sessionId
- A identifier for the transcription session. Use this parameter when you want to retry a session. If
you don't provide a session ID, Amazon Transcribe will generate one for you and return it in the
response.StartStreamTranscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StartStreamTranscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.