@Generated(value="software.amazon.awssdk:codegen") public final class MedicalEntity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MedicalEntity.Builder,MedicalEntity>
Contains entities identified as personal health information (PHI) in your transcription output, along with various associated attributes. Examples include category, confidence score, type, stability score, and start and end times.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MedicalEntity.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MedicalEntity.Builder |
builder() |
String |
category()
The category of information identified.
|
Double |
confidence()
The confidence score associated with the identified PHI entity in your audio.
|
String |
content()
The word or words identified as PHI.
|
Double |
endTime()
The end time, in milliseconds, of the utterance that was identified as PHI.
|
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 MedicalEntity.Builder> |
serializableBuilderClass() |
Double |
startTime()
The start time, in milliseconds, of the utterance that was identified as PHI.
|
MedicalEntity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double startTime()
The start time, in milliseconds, of the utterance that was identified as PHI.
public final Double endTime()
The end time, in milliseconds, of the utterance that was identified as PHI.
public final String category()
The category of information identified. The only category is PHI.
PHI.public final String content()
The word or words identified as PHI.
public final Double confidence()
The confidence score associated with the identified PHI entity in your audio.
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 MedicalEntity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MedicalEntity.Builder,MedicalEntity>public static MedicalEntity.Builder builder()
public static Class<? extends MedicalEntity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.