Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse
-
Packages that use DetectEntitiesResponse Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text. -
-
Uses of DetectEntitiesResponse in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical that return DetectEntitiesResponse Modifier and Type Method Description default DetectEntitiesResponseComprehendMedicalClient. detectEntities(Consumer<DetectEntitiesRequest.Builder> detectEntitiesRequest)Deprecated.This operation is deprecated, use DetectEntitiesV2 instead.default DetectEntitiesResponseComprehendMedicalClient. detectEntities(DetectEntitiesRequest detectEntitiesRequest)Deprecated.This operation is deprecated, use DetectEntitiesV2 instead.Methods in software.amazon.awssdk.services.comprehendmedical that return types with arguments of type DetectEntitiesResponse Modifier and Type Method Description default CompletableFuture<DetectEntitiesResponse>ComprehendMedicalAsyncClient. detectEntities(Consumer<DetectEntitiesRequest.Builder> detectEntitiesRequest)Deprecated.This operation is deprecated, use DetectEntitiesV2 instead.default CompletableFuture<DetectEntitiesResponse>ComprehendMedicalAsyncClient. detectEntities(DetectEntitiesRequest detectEntitiesRequest)Deprecated.This operation is deprecated, use DetectEntitiesV2 instead.
-