Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.DetectPhiRequest
-
Packages that use DetectPhiRequest Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text.software.amazon.awssdk.services.comprehendmedical.transform -
-
Uses of DetectPhiRequest in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical with parameters of type DetectPhiRequest Modifier and Type Method Description 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.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. -
Uses of DetectPhiRequest in software.amazon.awssdk.services.comprehendmedical.transform
Methods in software.amazon.awssdk.services.comprehendmedical.transform with parameters of type DetectPhiRequest Modifier and Type Method Description SdkHttpFullRequestDetectPhiRequestMarshaller. marshall(DetectPhiRequest detectPhiRequest)
-