| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribestreaming.model |
| Modifier and Type | Method and Description |
|---|---|
CallAnalyticsEntity.Builder |
CallAnalyticsEntity.Builder.beginOffsetMillis(Long beginOffsetMillis)
The time, in milliseconds, from the beginning of the audio stream to the start of the identified entity.
|
static CallAnalyticsEntity.Builder |
CallAnalyticsEntity.builder() |
CallAnalyticsEntity.Builder |
CallAnalyticsEntity.Builder.category(String category)
The category of information identified.
|
CallAnalyticsEntity.Builder |
CallAnalyticsEntity.Builder.confidence(Double confidence)
The confidence score associated with the identification of an entity in your transcript.
|
CallAnalyticsEntity.Builder |
CallAnalyticsEntity.Builder.content(String content)
The word or words that represent the identified entity.
|
CallAnalyticsEntity.Builder |
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 |
CallAnalyticsEntity.toBuilder() |
CallAnalyticsEntity.Builder |
CallAnalyticsEntity.Builder.type(String type)
The type of PII identified.
|
| Modifier and Type | Method and Description |
|---|---|
List<CallAnalyticsEntity.Builder> |
UtteranceEvent.BuilderImpl.getEntities() |
static Class<? extends CallAnalyticsEntity.Builder> |
CallAnalyticsEntity.serializableBuilderClass() |
Copyright © 2023. All rights reserved.