| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribestreaming.model |
| Modifier and Type | Method and Description |
|---|---|
static Entity.Builder |
Entity.builder() |
Entity.Builder |
Entity.Builder.category(String category)
The category of information identified.
|
Entity.Builder |
Entity.Builder.confidence(Double confidence)
The confidence score associated with the identified PII entity in your audio.
|
Entity.Builder |
Entity.Builder.content(String content)
The word or words identified as PII.
|
Entity.Builder |
Entity.Builder.endTime(Double endTime)
The end time, in milliseconds, of the utterance that was identified as PII.
|
Entity.Builder |
Entity.Builder.startTime(Double startTime)
The start time, in milliseconds, of the utterance that was identified as PII.
|
Entity.Builder |
Entity.toBuilder() |
Entity.Builder |
Entity.Builder.type(String type)
The type of PII identified.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Entity.Builder> |
Entity.serializableBuilderClass() |
Copyright © 2023. All rights reserved.