public static interface CallAnalyticsEntity.Builder extends SdkPojo, CopyableBuilder<CallAnalyticsEntity.Builder,CallAnalyticsEntity>
| Modifier and Type | Method and Description |
|---|---|
CallAnalyticsEntity.Builder |
beginOffsetMillis(Long beginOffsetMillis)
The time, in milliseconds, from the beginning of the audio stream to the start of the identified entity.
|
CallAnalyticsEntity.Builder |
category(String category)
The category of information identified.
|
CallAnalyticsEntity.Builder |
confidence(Double confidence)
The confidence score associated with the identification of an entity in your transcript.
|
CallAnalyticsEntity.Builder |
content(String content)
The word or words that represent the identified entity.
|
CallAnalyticsEntity.Builder |
endOffsetMillis(Long endOffsetMillis)
The time, in milliseconds, from the beginning of the audio stream to the end of the identified entity.
|
CallAnalyticsEntity.Builder |
type(String type)
The type of PII identified.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCallAnalyticsEntity.Builder beginOffsetMillis(Long beginOffsetMillis)
The time, in milliseconds, from the beginning of the audio stream to the start of the identified entity.
beginOffsetMillis - The time, in milliseconds, from the beginning of the audio stream to the start of the identified
entity.CallAnalyticsEntity.Builder endOffsetMillis(Long endOffsetMillis)
The time, in milliseconds, from the beginning of the audio stream to the end of the identified entity.
endOffsetMillis - The time, in milliseconds, from the beginning of the audio stream to the end of the identified entity.CallAnalyticsEntity.Builder category(String category)
The category of information identified. For example, PII.
category - The category of information identified. For example, PII.CallAnalyticsEntity.Builder type(String type)
The type of PII identified. For example, NAME or CREDIT_DEBIT_NUMBER.
type - The type of PII identified. For example, NAME or CREDIT_DEBIT_NUMBER.CallAnalyticsEntity.Builder content(String content)
The word or words that represent the identified entity.
content - The word or words that represent the identified entity.CallAnalyticsEntity.Builder confidence(Double confidence)
The confidence score associated with the identification of an entity in your transcript.
Confidence scores are values between 0 and 1. A larger value indicates a higher probability that the identified entity correctly matches the entity spoken in your media.
confidence - The confidence score associated with the identification of an entity in your transcript.
Confidence scores are values between 0 and 1. A larger value indicates a higher probability that the identified entity correctly matches the entity spoken in your media.
Copyright © 2023. All rights reserved.