Class MedicalEntity
- java.lang.Object
-
- software.amazon.awssdk.services.transcribestreaming.model.MedicalEntity
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MedicalEntity.Builder,MedicalEntity>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMedicalEntity.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MedicalEntity.Builderbuilder()Stringcategory()The category of information identified.Doubleconfidence()The confidence score associated with the identified PHI entity in your audio.Stringcontent()The word or words identified as PHI.DoubleendTime()The end time, in seconds, of the utterance that was identified as PHI.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends MedicalEntity.Builder>serializableBuilderClass()DoublestartTime()The start time, in seconds, of the utterance that was identified as PHI.MedicalEntity.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
startTime
public final Double startTime()
The start time, in seconds, of the utterance that was identified as PHI.
- Returns:
- The start time, in seconds, of the utterance that was identified as PHI.
-
endTime
public final Double endTime()
The end time, in seconds, of the utterance that was identified as PHI.
- Returns:
- The end time, in seconds, of the utterance that was identified as PHI.
-
category
public final String category()
The category of information identified. The only category is
PHI.- Returns:
- The category of information identified. The only category is
PHI.
-
content
public final String content()
The word or words identified as PHI.
- Returns:
- The word or words identified as PHI.
-
confidence
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.
- Returns:
- 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.
-
toBuilder
public MedicalEntity.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MedicalEntity.Builder,MedicalEntity>
-
builder
public static MedicalEntity.Builder builder()
-
serializableBuilderClass
public static Class<? extends MedicalEntity.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-