Class MedicalEntity
- All Implemented Interfaces:
- Serializable,- SdkPojo,- 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:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic MedicalEntity.Builderbuilder()final Stringcategory()The category of information identified.final DoubleThe confidence score associated with the identified PHI entity in your audio.final Stringcontent()The word or words identified as PHI.final DoubleendTime()The end time, in seconds, of the utterance that was identified as PHI.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends MedicalEntity.Builder> final DoubleThe start time, in seconds, of the utterance that was identified as PHI.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
startTimeThe 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.
 
- 
endTimeThe 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.
 
- 
categoryThe category of information identified. The only category is PHI.- Returns:
- The category of information identified. The only category is PHI.
 
- 
contentThe word or words identified as PHI. - Returns:
- The word or words identified as PHI.
 
- 
confidenceThe 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. 
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<MedicalEntity.Builder,- MedicalEntity> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-