@Generated(value="software.amazon.awssdk:codegen") public final class CallAnalyticsEntity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CallAnalyticsEntity.Builder,CallAnalyticsEntity>
Contains entities identified as personally identifiable information (PII) in your transcription output, along with various associated attributes. Examples include category, confidence score, content, type, and start and end times.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CallAnalyticsEntity.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
beginOffsetMillis()
The time, in milliseconds, from the beginning of the audio stream to the start of the identified entity.
|
static CallAnalyticsEntity.Builder |
builder() |
String |
category()
The category of information identified.
|
Double |
confidence()
The confidence score associated with the identification of an entity in your transcript.
|
String |
content()
The word or words that represent the identified entity.
|
Long |
endOffsetMillis()
The time, in milliseconds, from the beginning of the audio stream to the end of the identified entity.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CallAnalyticsEntity.Builder> |
serializableBuilderClass() |
CallAnalyticsEntity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of PII identified.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long beginOffsetMillis()
The time, in milliseconds, from the beginning of the audio stream to the start of the identified entity.
public final Long endOffsetMillis()
The time, in milliseconds, from the beginning of the audio stream to the end of the identified entity.
public final String category()
The category of information identified. For example, PII.
PII.public final String type()
The type of PII identified. For example, NAME or CREDIT_DEBIT_NUMBER.
NAME or CREDIT_DEBIT_NUMBER.public final String content()
The word or words that represent the identified entity.
public final 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 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.
public CallAnalyticsEntity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CallAnalyticsEntity.Builder,CallAnalyticsEntity>public static CallAnalyticsEntity.Builder builder()
public static Class<? extends CallAnalyticsEntity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.