Interface StartMedicalStreamTranscriptionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartMedicalStreamTranscriptionResponse.Builder,StartMedicalStreamTranscriptionResponse>,SdkBuilder<StartMedicalStreamTranscriptionResponse.Builder,StartMedicalStreamTranscriptionResponse>,SdkPojo,SdkResponse.Builder,TranscribeStreamingResponse.Builder
- Enclosing class:
- StartMedicalStreamTranscriptionResponse
@Mutable @NotThreadSafe public static interface StartMedicalStreamTranscriptionResponse.Builder extends TranscribeStreamingResponse.Builder, SdkPojo, CopyableBuilder<StartMedicalStreamTranscriptionResponse.Builder,StartMedicalStreamTranscriptionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartMedicalStreamTranscriptionResponse.BuildercontentIdentificationType(String contentIdentificationType)Shows whether content identification was enabled for your transcription.StartMedicalStreamTranscriptionResponse.BuildercontentIdentificationType(MedicalContentIdentificationType contentIdentificationType)Shows whether content identification was enabled for your transcription.StartMedicalStreamTranscriptionResponse.BuilderenableChannelIdentification(Boolean enableChannelIdentification)Shows whether channel identification was enabled for your transcription.StartMedicalStreamTranscriptionResponse.BuilderlanguageCode(String languageCode)Provides the language code that you specified in your request.StartMedicalStreamTranscriptionResponse.BuilderlanguageCode(LanguageCode languageCode)Provides the language code that you specified in your request.StartMedicalStreamTranscriptionResponse.BuildermediaEncoding(String mediaEncoding)Provides the media encoding you specified in your request.StartMedicalStreamTranscriptionResponse.BuildermediaEncoding(MediaEncoding mediaEncoding)Provides the media encoding you specified in your request.StartMedicalStreamTranscriptionResponse.BuildermediaSampleRateHertz(Integer mediaSampleRateHertz)Provides the sample rate that you specified in your request.StartMedicalStreamTranscriptionResponse.BuildernumberOfChannels(Integer numberOfChannels)Provides the number of channels that you specified in your request.StartMedicalStreamTranscriptionResponse.BuilderrequestId(String requestId)Provides the identifier for your streaming request.StartMedicalStreamTranscriptionResponse.BuildersessionId(String sessionId)Provides the identifier for your transcription session.StartMedicalStreamTranscriptionResponse.BuildershowSpeakerLabel(Boolean showSpeakerLabel)Shows whether speaker partitioning was enabled for your transcription.StartMedicalStreamTranscriptionResponse.Builderspecialty(String specialty)Provides the medical specialty that you specified in your request.StartMedicalStreamTranscriptionResponse.Builderspecialty(Specialty specialty)Provides the medical specialty that you specified in your request.StartMedicalStreamTranscriptionResponse.Buildertype(String type)Provides the type of audio you specified in your request.StartMedicalStreamTranscriptionResponse.Buildertype(Type type)Provides the type of audio you specified in your request.StartMedicalStreamTranscriptionResponse.BuildervocabularyName(String vocabularyName)Provides the name of the custom vocabulary that you specified in your request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.transcribestreaming.model.TranscribeStreamingResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
requestId
StartMedicalStreamTranscriptionResponse.Builder requestId(String requestId)
Provides the identifier for your streaming request.
- Parameters:
requestId- Provides the identifier for your streaming request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
languageCode
StartMedicalStreamTranscriptionResponse.Builder languageCode(String languageCode)
Provides the language code that you specified in your request. This must be
en-US.- Parameters:
languageCode- Provides the language code that you specified in your request. This must been-US.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LanguageCode,LanguageCode
-
languageCode
StartMedicalStreamTranscriptionResponse.Builder languageCode(LanguageCode languageCode)
Provides the language code that you specified in your request. This must be
en-US.- Parameters:
languageCode- Provides the language code that you specified in your request. This must been-US.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LanguageCode,LanguageCode
-
mediaSampleRateHertz
StartMedicalStreamTranscriptionResponse.Builder mediaSampleRateHertz(Integer mediaSampleRateHertz)
Provides the sample rate that you specified in your request.
- Parameters:
mediaSampleRateHertz- Provides the sample rate that you specified in your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaEncoding
StartMedicalStreamTranscriptionResponse.Builder mediaEncoding(String mediaEncoding)
Provides the media encoding you specified in your request.
- Parameters:
mediaEncoding- Provides the media encoding you specified in your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MediaEncoding,MediaEncoding
-
mediaEncoding
StartMedicalStreamTranscriptionResponse.Builder mediaEncoding(MediaEncoding mediaEncoding)
Provides the media encoding you specified in your request.
- Parameters:
mediaEncoding- Provides the media encoding you specified in your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MediaEncoding,MediaEncoding
-
vocabularyName
StartMedicalStreamTranscriptionResponse.Builder vocabularyName(String vocabularyName)
Provides the name of the custom vocabulary that you specified in your request.
- Parameters:
vocabularyName- Provides the name of the custom vocabulary that you specified in your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
specialty
StartMedicalStreamTranscriptionResponse.Builder specialty(String specialty)
Provides the medical specialty that you specified in your request.
-
specialty
StartMedicalStreamTranscriptionResponse.Builder specialty(Specialty specialty)
Provides the medical specialty that you specified in your request.
-
type
StartMedicalStreamTranscriptionResponse.Builder type(String type)
Provides the type of audio you specified in your request.
-
type
StartMedicalStreamTranscriptionResponse.Builder type(Type type)
Provides the type of audio you specified in your request.
-
showSpeakerLabel
StartMedicalStreamTranscriptionResponse.Builder showSpeakerLabel(Boolean showSpeakerLabel)
Shows whether speaker partitioning was enabled for your transcription.
- Parameters:
showSpeakerLabel- Shows whether speaker partitioning was enabled for your transcription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
StartMedicalStreamTranscriptionResponse.Builder sessionId(String sessionId)
Provides the identifier for your transcription session.
- Parameters:
sessionId- Provides the identifier for your transcription session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableChannelIdentification
StartMedicalStreamTranscriptionResponse.Builder enableChannelIdentification(Boolean enableChannelIdentification)
Shows whether channel identification was enabled for your transcription.
- Parameters:
enableChannelIdentification- Shows whether channel identification was enabled for your transcription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfChannels
StartMedicalStreamTranscriptionResponse.Builder numberOfChannels(Integer numberOfChannels)
Provides the number of channels that you specified in your request.
- Parameters:
numberOfChannels- Provides the number of channels that you specified in your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentIdentificationType
StartMedicalStreamTranscriptionResponse.Builder contentIdentificationType(String contentIdentificationType)
Shows whether content identification was enabled for your transcription.
- Parameters:
contentIdentificationType- Shows whether content identification was enabled for your transcription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MedicalContentIdentificationType,MedicalContentIdentificationType
-
contentIdentificationType
StartMedicalStreamTranscriptionResponse.Builder contentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
Shows whether content identification was enabled for your transcription.
- Parameters:
contentIdentificationType- Shows whether content identification was enabled for your transcription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MedicalContentIdentificationType,MedicalContentIdentificationType
-
-