public static interface StartMedicalStreamTranscriptionResponse.Builder extends TranscribeStreamingResponse.Builder, SdkPojo, CopyableBuilder<StartMedicalStreamTranscriptionResponse.Builder,StartMedicalStreamTranscriptionResponse>
| Modifier and Type | Method and Description |
|---|---|
StartMedicalStreamTranscriptionResponse.Builder |
contentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
Shows whether content identification was enabled for your transcription.
|
StartMedicalStreamTranscriptionResponse.Builder |
contentIdentificationType(String contentIdentificationType)
Shows whether content identification was enabled for your transcription.
|
StartMedicalStreamTranscriptionResponse.Builder |
enableChannelIdentification(Boolean enableChannelIdentification)
Shows whether channel identification was enabled for your transcription.
|
StartMedicalStreamTranscriptionResponse.Builder |
languageCode(LanguageCode languageCode)
Provides the language code that you specified in your request.
|
StartMedicalStreamTranscriptionResponse.Builder |
languageCode(String languageCode)
Provides the language code that you specified in your request.
|
StartMedicalStreamTranscriptionResponse.Builder |
mediaEncoding(MediaEncoding mediaEncoding)
Provides the media encoding you specified in your request.
|
StartMedicalStreamTranscriptionResponse.Builder |
mediaEncoding(String mediaEncoding)
Provides the media encoding you specified in your request.
|
StartMedicalStreamTranscriptionResponse.Builder |
mediaSampleRateHertz(Integer mediaSampleRateHertz)
Provides the sample rate that you specified in your request.
|
StartMedicalStreamTranscriptionResponse.Builder |
numberOfChannels(Integer numberOfChannels)
Provides the number of channels that you specified in your request.
|
StartMedicalStreamTranscriptionResponse.Builder |
requestId(String requestId)
Provides the identifier for your streaming request.
|
StartMedicalStreamTranscriptionResponse.Builder |
sessionId(String sessionId)
Provides the identifier for your transcription session.
|
StartMedicalStreamTranscriptionResponse.Builder |
showSpeakerLabel(Boolean showSpeakerLabel)
Shows whether speaker partitioning was enabled for your transcription.
|
StartMedicalStreamTranscriptionResponse.Builder |
specialty(Specialty specialty)
Provides the medical specialty that you specified in your request.
|
StartMedicalStreamTranscriptionResponse.Builder |
specialty(String specialty)
Provides the medical specialty that you specified in your request.
|
StartMedicalStreamTranscriptionResponse.Builder |
type(String type)
Provides the type of audio you specified in your request.
|
StartMedicalStreamTranscriptionResponse.Builder |
type(Type type)
Provides the type of audio you specified in your request.
|
StartMedicalStreamTranscriptionResponse.Builder |
vocabularyName(String vocabularyName)
Provides the name of the custom vocabulary that you specified in your request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartMedicalStreamTranscriptionResponse.Builder requestId(String requestId)
Provides the identifier for your streaming request.
requestId - Provides the identifier for your streaming request.StartMedicalStreamTranscriptionResponse.Builder languageCode(String languageCode)
Provides the language code that you specified in your request. This must be en-US.
languageCode - Provides the language code that you specified in your request. This must be en-US.LanguageCode,
LanguageCodeStartMedicalStreamTranscriptionResponse.Builder languageCode(LanguageCode languageCode)
Provides the language code that you specified in your request. This must be en-US.
languageCode - Provides the language code that you specified in your request. This must be en-US.LanguageCode,
LanguageCodeStartMedicalStreamTranscriptionResponse.Builder mediaSampleRateHertz(Integer mediaSampleRateHertz)
Provides the sample rate that you specified in your request.
mediaSampleRateHertz - Provides the sample rate that you specified in your request.StartMedicalStreamTranscriptionResponse.Builder mediaEncoding(String mediaEncoding)
Provides the media encoding you specified in your request.
mediaEncoding - Provides the media encoding you specified in your request.MediaEncoding,
MediaEncodingStartMedicalStreamTranscriptionResponse.Builder mediaEncoding(MediaEncoding mediaEncoding)
Provides the media encoding you specified in your request.
mediaEncoding - Provides the media encoding you specified in your request.MediaEncoding,
MediaEncodingStartMedicalStreamTranscriptionResponse.Builder vocabularyName(String vocabularyName)
Provides the name of the custom vocabulary that you specified in your request.
vocabularyName - Provides the name of the custom vocabulary that you specified in your request.StartMedicalStreamTranscriptionResponse.Builder specialty(String specialty)
Provides the medical specialty that you specified in your request.
StartMedicalStreamTranscriptionResponse.Builder specialty(Specialty specialty)
Provides the medical specialty that you specified in your request.
StartMedicalStreamTranscriptionResponse.Builder type(String type)
Provides the type of audio you specified in your request.
StartMedicalStreamTranscriptionResponse.Builder type(Type type)
Provides the type of audio you specified in your request.
StartMedicalStreamTranscriptionResponse.Builder showSpeakerLabel(Boolean showSpeakerLabel)
Shows whether speaker partitioning was enabled for your transcription.
showSpeakerLabel - Shows whether speaker partitioning was enabled for your transcription.StartMedicalStreamTranscriptionResponse.Builder sessionId(String sessionId)
Provides the identifier for your transcription session.
sessionId - Provides the identifier for your transcription session.StartMedicalStreamTranscriptionResponse.Builder enableChannelIdentification(Boolean enableChannelIdentification)
Shows whether channel identification was enabled for your transcription.
enableChannelIdentification - Shows whether channel identification was enabled for your transcription.StartMedicalStreamTranscriptionResponse.Builder numberOfChannels(Integer numberOfChannels)
Provides the number of channels that you specified in your request.
numberOfChannels - Provides the number of channels that you specified in your request.StartMedicalStreamTranscriptionResponse.Builder contentIdentificationType(String contentIdentificationType)
Shows whether content identification was enabled for your transcription.
contentIdentificationType - Shows whether content identification was enabled for your transcription.MedicalContentIdentificationType,
MedicalContentIdentificationTypeStartMedicalStreamTranscriptionResponse.Builder contentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
Shows whether content identification was enabled for your transcription.
contentIdentificationType - Shows whether content identification was enabled for your transcription.MedicalContentIdentificationType,
MedicalContentIdentificationTypeCopyright © 2023. All rights reserved.