Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobResponse
-
Packages that use StartEntitiesDetectionV2JobResponse Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text. -
-
Uses of StartEntitiesDetectionV2JobResponse in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical that return StartEntitiesDetectionV2JobResponse Modifier and Type Method Description default StartEntitiesDetectionV2JobResponseComprehendMedicalClient. startEntitiesDetectionV2Job(Consumer<StartEntitiesDetectionV2JobRequest.Builder> startEntitiesDetectionV2JobRequest)Starts an asynchronous medical entity detection job for a collection of documents.default StartEntitiesDetectionV2JobResponseComprehendMedicalClient. startEntitiesDetectionV2Job(StartEntitiesDetectionV2JobRequest startEntitiesDetectionV2JobRequest)Starts an asynchronous medical entity detection job for a collection of documents.Methods in software.amazon.awssdk.services.comprehendmedical that return types with arguments of type StartEntitiesDetectionV2JobResponse Modifier and Type Method Description default CompletableFuture<StartEntitiesDetectionV2JobResponse>ComprehendMedicalAsyncClient. startEntitiesDetectionV2Job(Consumer<StartEntitiesDetectionV2JobRequest.Builder> startEntitiesDetectionV2JobRequest)Starts an asynchronous medical entity detection job for a collection of documents.default CompletableFuture<StartEntitiesDetectionV2JobResponse>ComprehendMedicalAsyncClient. startEntitiesDetectionV2Job(StartEntitiesDetectionV2JobRequest startEntitiesDetectionV2JobRequest)Starts an asynchronous medical entity detection job for a collection of documents.
-