Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.DetectPhiResponse
-
Packages that use DetectPhiResponse Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text. -
-
Uses of DetectPhiResponse in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical that return DetectPhiResponse Modifier and Type Method Description default DetectPhiResponseComprehendMedicalClient. detectPHI(Consumer<DetectPhiRequest.Builder> detectPhiRequest)Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity.default DetectPhiResponseComprehendMedicalClient. detectPHI(DetectPhiRequest detectPhiRequest)Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity.Methods in software.amazon.awssdk.services.comprehendmedical that return types with arguments of type DetectPhiResponse Modifier and Type Method Description default CompletableFuture<DetectPhiResponse>ComprehendMedicalAsyncClient. detectPHI(Consumer<DetectPhiRequest.Builder> detectPhiRequest)Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity.default CompletableFuture<DetectPhiResponse>ComprehendMedicalAsyncClient. detectPHI(DetectPhiRequest detectPhiRequest)Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity.
-