| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribestreaming.model |
| Modifier and Type | Method and Description |
|---|---|
static Item.Builder |
Item.builder() |
Item.Builder |
Item.Builder.confidence(Double confidence)
The confidence score associated with a word or phrase in your transcript.
|
Item.Builder |
Item.Builder.content(String content)
The word or punctuation that was transcribed.
|
Item.Builder |
Item.Builder.endTime(Double endTime)
The end time, in milliseconds, of the transcribed item.
|
Item.Builder |
Item.Builder.speaker(String speaker)
If speaker partitioning is enabled,
Speaker labels the speaker of the specified item. |
Item.Builder |
Item.Builder.stable(Boolean stable)
If partial result stabilization is enabled,
Stable indicates whether the specified item is
stable (true) or if it may change when the segment is complete (false). |
Item.Builder |
Item.Builder.startTime(Double startTime)
The start time, in milliseconds, of the transcribed item.
|
Item.Builder |
Item.toBuilder() |
Item.Builder |
Item.Builder.type(ItemType type)
The type of item identified.
|
Item.Builder |
Item.Builder.type(String type)
The type of item identified.
|
Item.Builder |
Item.Builder.vocabularyFilterMatch(Boolean vocabularyFilterMatch)
Indicates whether the specified item matches a word in the vocabulary filter included in your request.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Item.Builder> |
Item.serializableBuilderClass() |
Copyright © 2023. All rights reserved.