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 of the transcribed item in seconds, with millisecond precision (e.g., 1.056)
|
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 of the transcribed item in seconds, with millisecond precision (e.g., 1.056)
|
Item.Builder |
Item.toBuilder() |
|
Item.Builder |
Item.Builder.type(String type) |
The type of item identified.
|
Item.Builder |
Item.Builder.type(ItemType 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.
|