| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribestreaming.model |
| Modifier and Type | Method and Description |
|---|---|
Result.Builder |
Result.Builder.alternatives(Alternative... alternatives)
A list of possible alternative transcriptions for the input audio.
|
Result.Builder |
Result.Builder.alternatives(Collection<Alternative> alternatives)
A list of possible alternative transcriptions for the input audio.
|
Result.Builder |
Result.Builder.alternatives(Consumer<Alternative.Builder>... alternatives)
A list of possible alternative transcriptions for the input audio.
|
static Result.Builder |
Result.builder() |
Result.Builder |
Result.Builder.channelId(String channelId)
Indicates which audio channel is associated with the
Result. |
Result.Builder |
Result.Builder.endTime(Double endTime)
The end time, in milliseconds, of the
Result. |
Result.Builder |
Result.Builder.isPartial(Boolean isPartial)
Indicates if the segment is complete.
|
Result.Builder |
Result.Builder.languageCode(LanguageCode languageCode)
The language code that represents the language spoken in your audio stream.
|
Result.Builder |
Result.Builder.languageCode(String languageCode)
The language code that represents the language spoken in your audio stream.
|
Result.Builder |
Result.Builder.languageIdentification(Collection<LanguageWithScore> languageIdentification)
The language code of the dominant language identified in your stream.
|
Result.Builder |
Result.Builder.languageIdentification(Consumer<LanguageWithScore.Builder>... languageIdentification)
The language code of the dominant language identified in your stream.
|
Result.Builder |
Result.Builder.languageIdentification(LanguageWithScore... languageIdentification)
The language code of the dominant language identified in your stream.
|
Result.Builder |
Result.Builder.resultId(String resultId)
Provides a unique identifier for the
Result. |
Result.Builder |
Result.Builder.startTime(Double startTime)
The start time, in milliseconds, of the
Result. |
Result.Builder |
Result.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Result.Builder> |
Result.serializableBuilderClass() |
Copyright © 2023. All rights reserved.