Uses of Interface
software.amazon.awssdk.services.transcribestreaming.model.MedicalEntity.Builder
-
Packages that use MedicalEntity.Builder Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of MedicalEntity.Builder in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return MedicalEntity.Builder Modifier and Type Method Description static MedicalEntity.BuilderMedicalEntity. builder()MedicalEntity.BuilderMedicalEntity.Builder. category(String category)The category of information identified.MedicalEntity.BuilderMedicalEntity.Builder. confidence(Double confidence)The confidence score associated with the identified PHI entity in your audio.MedicalEntity.BuilderMedicalEntity.Builder. content(String content)The word or words identified as PHI.MedicalEntity.BuilderMedicalEntity.Builder. endTime(Double endTime)The end time, in seconds, of the utterance that was identified as PHI.MedicalEntity.BuilderMedicalEntity.Builder. startTime(Double startTime)The start time, in seconds, of the utterance that was identified as PHI.MedicalEntity.BuilderMedicalEntity. toBuilder()Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type MedicalEntity.Builder Modifier and Type Method Description static Class<? extends MedicalEntity.Builder>MedicalEntity. serializableBuilderClass()
-