Interface Transcript.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Transcript.Builder,
,Transcript> SdkBuilder<Transcript.Builder,
,Transcript> SdkPojo
- Enclosing class:
Transcript
-
Method Summary
Modifier and TypeMethodDescriptionresults
(Collection<Result> results) Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters.results
(Consumer<Result.Builder>... results) Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters.Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters.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, sdkFields
-
Method Details
-
results
Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.
- Parameters:
results
- Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
results
Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.
- Parameters:
results
- Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
results
Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.
This is a convenience method that creates an instance of theResult.Builder
avoiding the need to create one manually viaResult.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresults(List<Result>)
.- Parameters:
results
- a consumer that will call methods onResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-