Uses of Class
software.amazon.awssdk.services.comprehend.model.BatchDetectEntitiesResponse
-
Packages that use BatchDetectEntitiesResponse 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 BatchDetectEntitiesResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return BatchDetectEntitiesResponse Modifier and Type Method Description default BatchDetectEntitiesResponseComprehendClient. batchDetectEntities(Consumer<BatchDetectEntitiesRequest.Builder> batchDetectEntitiesRequest)Inspects the text of a batch of documents for named entities and returns information about them.default BatchDetectEntitiesResponseComprehendClient. batchDetectEntities(BatchDetectEntitiesRequest batchDetectEntitiesRequest)Inspects the text of a batch of documents for named entities and returns information about them.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type BatchDetectEntitiesResponse Modifier and Type Method Description default CompletableFuture<BatchDetectEntitiesResponse>ComprehendAsyncClient. batchDetectEntities(Consumer<BatchDetectEntitiesRequest.Builder> batchDetectEntitiesRequest)Inspects the text of a batch of documents for named entities and returns information about them.default CompletableFuture<BatchDetectEntitiesResponse>ComprehendAsyncClient. batchDetectEntities(BatchDetectEntitiesRequest batchDetectEntitiesRequest)Inspects the text of a batch of documents for named entities and returns information about them.
-