Uses of Class
software.amazon.awssdk.services.comprehend.model.StartEntitiesDetectionJobResponse
-
Packages that use StartEntitiesDetectionJobResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of StartEntitiesDetectionJobResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return StartEntitiesDetectionJobResponse Modifier and Type Method Description default StartEntitiesDetectionJobResponseComprehendClient. startEntitiesDetectionJob(Consumer<StartEntitiesDetectionJobRequest.Builder> startEntitiesDetectionJobRequest)Starts an asynchronous entity detection job for a collection of documents.default StartEntitiesDetectionJobResponseComprehendClient. startEntitiesDetectionJob(StartEntitiesDetectionJobRequest startEntitiesDetectionJobRequest)Starts an asynchronous entity detection job for a collection of documents.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type StartEntitiesDetectionJobResponse Modifier and Type Method Description default CompletableFuture<StartEntitiesDetectionJobResponse>ComprehendAsyncClient. startEntitiesDetectionJob(Consumer<StartEntitiesDetectionJobRequest.Builder> startEntitiesDetectionJobRequest)Starts an asynchronous entity detection job for a collection of documents.default CompletableFuture<StartEntitiesDetectionJobResponse>ComprehendAsyncClient. startEntitiesDetectionJob(StartEntitiesDetectionJobRequest startEntitiesDetectionJobRequest)Starts an asynchronous entity detection job for a collection of documents.
-