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