Interface MedicalEntity.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<MedicalEntity.Builder,,- MedicalEntity> - SdkBuilder<MedicalEntity.Builder,,- MedicalEntity> - SdkPojo
- Enclosing class:
- MedicalEntity
@Mutable
@NotThreadSafe
public static interface MedicalEntity.Builder
extends SdkPojo, CopyableBuilder<MedicalEntity.Builder,MedicalEntity> 
- 
Method SummaryModifier and TypeMethodDescriptionThe category of information identified.confidence(Double confidence) The confidence score associated with the identified PHI entity in your audio.The word or words identified as PHI.The end time, in seconds, of the utterance that was identified as PHI.The start time, in seconds, of the utterance that was identified as PHI.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
startTimeThe start time, in seconds, of the utterance that was identified as PHI. - Parameters:
- startTime- The start time, in seconds, of the utterance that was identified as PHI.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endTimeThe end time, in seconds, of the utterance that was identified as PHI. - Parameters:
- endTime- The end time, in seconds, of the utterance that was identified as PHI.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
categoryThe category of information identified. The only category is PHI.- Parameters:
- category- The category of information identified. The only category is- PHI.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
contentThe word or words identified as PHI. - Parameters:
- content- The word or words identified as PHI.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
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. - Parameters:
- 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:
- Returns a reference to this object so that method calls can be chained together.
 
 
-