Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response
-
Packages that use DetectEntitiesV2Response Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text. -
-
Uses of DetectEntitiesV2Response in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical that return DetectEntitiesV2Response Modifier and Type Method Description default DetectEntitiesV2ResponseComprehendMedicalClient. detectEntitiesV2(Consumer<DetectEntitiesV2Request.Builder> 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.Methods in software.amazon.awssdk.services.comprehendmedical that return types with arguments of type DetectEntitiesV2Response Modifier and Type Method Description default CompletableFuture<DetectEntitiesV2Response>ComprehendMedicalAsyncClient. detectEntitiesV2(Consumer<DetectEntitiesV2Request.Builder> 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 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.
-