Interface CallAnalyticsItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CallAnalyticsItem.Builder,
,CallAnalyticsItem> SdkBuilder<CallAnalyticsItem.Builder,
,CallAnalyticsItem> SdkPojo
- Enclosing class:
CallAnalyticsItem
-
Method Summary
Modifier and TypeMethodDescriptionbeginOffsetMillis
(Long beginOffsetMillis) The time, in milliseconds, from the beginning of the audio stream to the start of the identified item.confidence
(Double confidence) The confidence score associated with a word or phrase in your transcript.The word or punctuation that was transcribed.endOffsetMillis
(Long endOffsetMillis) The time, in milliseconds, from the beginning of the audio stream to the end of the identified item.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
).The type of item identified.The type of item identified.vocabularyFilterMatch
(Boolean vocabularyFilterMatch) Indicates whether the specified item matches a word in the vocabulary filter included in your Call Analytics request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
beginOffsetMillis
The time, in milliseconds, from the beginning of the audio stream to the start of the identified item.
- Parameters:
beginOffsetMillis
- The time, in milliseconds, from the beginning of the audio stream to the start of the identified item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endOffsetMillis
The time, in milliseconds, from the beginning of the audio stream to the end of the identified item.
- Parameters:
endOffsetMillis
- The time, in milliseconds, from the beginning of the audio stream to the end of the identified item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of item identified. Options are:
PRONUNCIATION
(spoken words) andPUNCTUATION
.- Parameters:
type
- The type of item identified. Options are:PRONUNCIATION
(spoken words) andPUNCTUATION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of item identified. Options are:
PRONUNCIATION
(spoken words) andPUNCTUATION
.- Parameters:
type
- The type of item identified. Options are:PRONUNCIATION
(spoken words) andPUNCTUATION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
content
The word or punctuation that was transcribed.
- Parameters:
content
- The word or punctuation that was transcribed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vocabularyFilterMatch
Indicates whether the specified item matches a word in the vocabulary filter included in your Call Analytics request. If
true
, there is a vocabulary filter match.- Parameters:
vocabularyFilterMatch
- Indicates whether the specified item matches a word in the vocabulary filter included in your Call Analytics request. Iftrue
, there is a vocabulary filter match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
).- Parameters:
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
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-