public static interface StartStreamTranscriptionResponse.Builder extends TranscribeStreamingResponse.Builder, SdkPojo, CopyableBuilder<StartStreamTranscriptionResponse.Builder,StartStreamTranscriptionResponse>
Modifier and Type | Method and Description |
---|---|
StartStreamTranscriptionResponse.Builder |
languageCode(LanguageCode languageCode)
The language code for the input audio stream.
|
StartStreamTranscriptionResponse.Builder |
languageCode(String languageCode)
The language code for the input audio stream.
|
StartStreamTranscriptionResponse.Builder |
mediaEncoding(MediaEncoding mediaEncoding)
The encoding used for the input audio stream.
|
StartStreamTranscriptionResponse.Builder |
mediaEncoding(String mediaEncoding)
The encoding used for the input audio stream.
|
StartStreamTranscriptionResponse.Builder |
mediaSampleRateHertz(Integer mediaSampleRateHertz)
The sample rate for the input audio stream.
|
StartStreamTranscriptionResponse.Builder |
requestId(String requestId)
An identifier for the streaming transcription.
|
StartStreamTranscriptionResponse.Builder |
sessionId(String sessionId)
An identifier for a specific transcription session.
|
StartStreamTranscriptionResponse.Builder |
vocabularyName(String vocabularyName)
The name of the vocabulary used when processing the job.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
StartStreamTranscriptionResponse.Builder requestId(String requestId)
An identifier for the streaming transcription.
requestId
- An identifier for the streaming transcription.StartStreamTranscriptionResponse.Builder languageCode(String languageCode)
The language code for the input audio stream.
languageCode
- The language code for the input audio stream.LanguageCode
,
LanguageCode
StartStreamTranscriptionResponse.Builder languageCode(LanguageCode languageCode)
The language code for the input audio stream.
languageCode
- The language code for the input audio stream.LanguageCode
,
LanguageCode
StartStreamTranscriptionResponse.Builder mediaSampleRateHertz(Integer mediaSampleRateHertz)
The sample rate for the input audio stream. Use 8000 Hz for low quality audio and 16000 Hz for high quality audio.
mediaSampleRateHertz
- The sample rate for the input audio stream. Use 8000 Hz for low quality audio and 16000 Hz for high
quality audio.StartStreamTranscriptionResponse.Builder mediaEncoding(String mediaEncoding)
The encoding used for the input audio stream.
mediaEncoding
- The encoding used for the input audio stream.MediaEncoding
,
MediaEncoding
StartStreamTranscriptionResponse.Builder mediaEncoding(MediaEncoding mediaEncoding)
The encoding used for the input audio stream.
mediaEncoding
- The encoding used for the input audio stream.MediaEncoding
,
MediaEncoding
StartStreamTranscriptionResponse.Builder vocabularyName(String vocabularyName)
The name of the vocabulary used when processing the job.
vocabularyName
- The name of the vocabulary used when processing the job.StartStreamTranscriptionResponse.Builder sessionId(String sessionId)
An identifier for a specific transcription session.
sessionId
- An identifier for a specific transcription session.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.