| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribestreaming.model |
| Modifier and Type | Method and Description |
|---|---|
List<Alternative> |
Result.alternatives()
A list of possible alternative transcriptions for the input audio.
|
| Modifier and Type | Method and Description |
|---|---|
Result.Builder |
Result.Builder.alternatives(Alternative... alternatives)
A list of possible alternative transcriptions for the input audio.
|
| Modifier and Type | Method and Description |
|---|---|
Result.Builder |
Result.Builder.alternatives(Collection<Alternative> alternatives)
A list of possible alternative transcriptions for the input audio.
|
Copyright © 2023. All rights reserved.