public static interface Item.Builder extends SdkPojo, CopyableBuilder<Item.Builder,Item>
| Modifier and Type | Method and Description |
|---|---|
Item.Builder |
confidence(Double confidence)
The confidence score associated with a word or phrase in your transcript.
|
Item.Builder |
content(String content)
The word or punctuation that was transcribed.
|
Item.Builder |
endTime(Double endTime)
The end time, in milliseconds, of the transcribed item.
|
Item.Builder |
speaker(String speaker)
If speaker partitioning is enabled,
Speaker labels the speaker of the specified item. |
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 |
startTime(Double startTime)
The start time, in milliseconds, of the transcribed item.
|
Item.Builder |
type(ItemType type)
The type of item identified.
|
Item.Builder |
type(String type)
The type of item identified.
|
Item.Builder |
vocabularyFilterMatch(Boolean vocabularyFilterMatch)
Indicates whether the specified item matches a word in the vocabulary filter included in your request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildItem.Builder startTime(Double startTime)
The start time, in milliseconds, of the transcribed item.
startTime - The start time, in milliseconds, of the transcribed item.Item.Builder endTime(Double endTime)
The end time, in milliseconds, of the transcribed item.
endTime - The end time, in milliseconds, of the transcribed item.Item.Builder type(String type)
The type of item identified. Options are: PRONUNCIATION (spoken words) and
PUNCTUATION.
Item.Builder type(ItemType type)
The type of item identified. Options are: PRONUNCIATION (spoken words) and
PUNCTUATION.
Item.Builder content(String content)
The word or punctuation that was transcribed.
content - The word or punctuation that was transcribed.Item.Builder vocabularyFilterMatch(Boolean vocabularyFilterMatch)
Indicates whether the specified item matches a word in the vocabulary filter included in your request. If
true, there is a vocabulary filter match.
vocabularyFilterMatch - Indicates whether the specified item matches a word in the vocabulary filter included in your request.
If true, there is a vocabulary filter match.Item.Builder speaker(String speaker)
If speaker partitioning is enabled, Speaker labels the speaker of the specified item.
speaker - If speaker partitioning is enabled, Speaker labels the speaker of the specified item.Item.Builder confidence(Double confidence)
The confidence score associated with a word or phrase in your transcript.
Confidence scores are values between 0 and 1. A larger value indicates a higher probability that the identified item correctly matches the item spoken in your media.
confidence - The confidence score associated with a word or phrase in your transcript.
Confidence scores are values between 0 and 1. A larger value indicates a higher probability that the identified item correctly matches the item spoken in your media.
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).
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).Copyright © 2023. All rights reserved.