Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Request
-
Packages that use DetectEntitiesV2Request 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 DetectEntitiesV2Request in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical with parameters of type DetectEntitiesV2Request Modifier and Type Method Description default CompletableFuture<DetectEntitiesV2Response>ComprehendMedicalAsyncClient. detectEntitiesV2(DetectEntitiesV2Request detectEntitiesV2Request)Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information.default DetectEntitiesV2ResponseComprehendMedicalClient. detectEntitiesV2(DetectEntitiesV2Request detectEntitiesV2Request)Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information. -
Uses of DetectEntitiesV2Request in software.amazon.awssdk.services.comprehendmedical.transform
Methods in software.amazon.awssdk.services.comprehendmedical.transform with parameters of type DetectEntitiesV2Request Modifier and Type Method Description SdkHttpFullRequestDetectEntitiesV2RequestMarshaller. marshall(DetectEntitiesV2Request detectEntitiesV2Request)
-