Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.MedicalEntity
-
Packages that use MedicalEntity Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of MedicalEntity in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type MedicalEntity Modifier and Type Method Description List<MedicalEntity>MedicalAlternative. entities()Contains entities identified as personal health information (PHI) in your transcription output.Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type MedicalEntity Modifier and Type Method Description MedicalAlternative.BuilderMedicalAlternative.Builder. entities(MedicalEntity... entities)Contains entities identified as personal health information (PHI) in your transcription output.Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type MedicalEntity Modifier and Type Method Description MedicalAlternative.BuilderMedicalAlternative.Builder. entities(Collection<MedicalEntity> entities)Contains entities identified as personal health information (PHI) in your transcription output.
-