CallAnalyticsItem.Builder |
CallAnalyticsItem.Builder.beginOffsetMillis(Long beginOffsetMillis) |
The time, in milliseconds, from the beginning of the audio stream to the start of the identified item.
|
static CallAnalyticsItem.Builder |
CallAnalyticsItem.builder() |
|
CallAnalyticsItem.Builder |
CallAnalyticsItem.Builder.confidence(Double confidence) |
The confidence score associated with a word or phrase in your transcript.
|
CallAnalyticsItem.Builder |
CallAnalyticsItem.Builder.content(String content) |
The word or punctuation that was transcribed.
|
CallAnalyticsItem.Builder |
CallAnalyticsItem.Builder.endOffsetMillis(Long endOffsetMillis) |
The time, in milliseconds, from the beginning of the audio stream to the end of the identified item.
|
CallAnalyticsItem.Builder |
CallAnalyticsItem.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).
|
CallAnalyticsItem.Builder |
CallAnalyticsItem.toBuilder() |
|
CallAnalyticsItem.Builder |
CallAnalyticsItem.Builder.type(String type) |
The type of item identified.
|
CallAnalyticsItem.Builder |
CallAnalyticsItem.Builder.type(ItemType type) |
The type of item identified.
|
CallAnalyticsItem.Builder |
CallAnalyticsItem.Builder.vocabularyFilterMatch(Boolean vocabularyFilterMatch) |
Indicates whether the specified item matches a word in the vocabulary filter included in your Call Analytics
request.
|