| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribestreaming.model |
| Modifier and Type | Method and Description |
|---|---|
static PartialResultsStability |
PartialResultsStability.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PartialResultsStability |
StartCallAnalyticsStreamTranscriptionRequest.partialResultsStability()
Specify the level of stability to use when you enable partial results stabilization (
EnablePartialResultsStabilization). |
PartialResultsStability |
StartStreamTranscriptionRequest.partialResultsStability()
Specify the level of stability to use when you enable partial results stabilization (
EnablePartialResultsStabilization). |
PartialResultsStability |
StartCallAnalyticsStreamTranscriptionResponse.partialResultsStability()
Provides the stabilization level used for your transcription.
|
PartialResultsStability |
StartStreamTranscriptionResponse.partialResultsStability()
Provides the stabilization level used for your transcription.
|
static PartialResultsStability |
PartialResultsStability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartialResultsStability[] |
PartialResultsStability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PartialResultsStability> |
PartialResultsStability.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartCallAnalyticsStreamTranscriptionRequest.Builder |
StartCallAnalyticsStreamTranscriptionRequest.Builder.partialResultsStability(PartialResultsStability partialResultsStability)
Specify the level of stability to use when you enable partial results stabilization (
EnablePartialResultsStabilization). |
StartStreamTranscriptionRequest.Builder |
StartStreamTranscriptionRequest.Builder.partialResultsStability(PartialResultsStability partialResultsStability)
Specify the level of stability to use when you enable partial results stabilization (
EnablePartialResultsStabilization). |
StartCallAnalyticsStreamTranscriptionResponse.Builder |
StartCallAnalyticsStreamTranscriptionResponse.Builder.partialResultsStability(PartialResultsStability partialResultsStability)
Provides the stabilization level used for your transcription.
|
StartStreamTranscriptionResponse.Builder |
StartStreamTranscriptionResponse.Builder.partialResultsStability(PartialResultsStability partialResultsStability)
Provides the stabilization level used for your transcription.
|
Copyright © 2023. All rights reserved.