Interface StartMedicalScribeStreamRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartMedicalScribeStreamRequest.Builder,,StartMedicalScribeStreamRequest> SdkBuilder<StartMedicalScribeStreamRequest.Builder,,StartMedicalScribeStreamRequest> SdkPojo,SdkRequest.Builder,TranscribeStreamingRequest.Builder
- Enclosing class:
StartMedicalScribeStreamRequest
-
Method Summary
Modifier and TypeMethodDescriptionlanguageCode(String languageCode) Specify the language code for your HealthScribe streaming session.languageCode(MedicalScribeLanguageCode languageCode) Specify the language code for your HealthScribe streaming session.mediaEncoding(String mediaEncoding) Specify the encoding used for the input audio.mediaEncoding(MedicalScribeMediaEncoding mediaEncoding) Specify the encoding used for the input audio.mediaSampleRateHertz(Integer mediaSampleRateHertz) Specify the sample rate of the input audio (in hertz).overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Specify an identifier for your streaming session (in UUID format).Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.transcribestreaming.model.TranscribeStreamingRequest.Builder
build
-
Method Details
-
sessionId
Specify an identifier for your streaming session (in UUID format). If you don't include a SessionId in your request, Amazon Web Services HealthScribe generates an ID and returns it in the response.
- Parameters:
sessionId- Specify an identifier for your streaming session (in UUID format). If you don't include a SessionId in your request, Amazon Web Services HealthScribe generates an ID and returns it in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
languageCode
Specify the language code for your HealthScribe streaming session.
- Parameters:
languageCode- Specify the language code for your HealthScribe streaming session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
languageCode
Specify the language code for your HealthScribe streaming session.
- Parameters:
languageCode- Specify the language code for your HealthScribe streaming session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mediaSampleRateHertz
Specify the sample rate of the input audio (in hertz). Amazon Web Services HealthScribe supports a range from 16,000 Hz to 48,000 Hz. The sample rate you specify must match that of your audio.
- Parameters:
mediaSampleRateHertz- Specify the sample rate of the input audio (in hertz). Amazon Web Services HealthScribe supports a range from 16,000 Hz to 48,000 Hz. The sample rate you specify must match that of your audio.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaEncoding
Specify the encoding used for the input audio.
Supported formats are:
-
FLAC
-
OPUS-encoded audio in an Ogg container
-
PCM (only signed 16-bit little-endian audio formats, which does not include WAV)
For more information, see Media formats.
- Parameters:
mediaEncoding- Specify the encoding used for the input audio.Supported formats are:
-
FLAC
-
OPUS-encoded audio in an Ogg container
-
PCM (only signed 16-bit little-endian audio formats, which does not include WAV)
For more information, see Media formats.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
mediaEncoding
Specify the encoding used for the input audio.
Supported formats are:
-
FLAC
-
OPUS-encoded audio in an Ogg container
-
PCM (only signed 16-bit little-endian audio formats, which does not include WAV)
For more information, see Media formats.
- Parameters:
mediaEncoding- Specify the encoding used for the input audio.Supported formats are:
-
FLAC
-
OPUS-encoded audio in an Ogg container
-
PCM (only signed 16-bit little-endian audio formats, which does not include WAV)
For more information, see Media formats.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
overrideConfiguration
StartMedicalScribeStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartMedicalScribeStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-