Uses of Class
software.amazon.awssdk.services.comprehend.model.BatchDetectEntitiesRequest
-
Packages that use BatchDetectEntitiesRequest Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.software.amazon.awssdk.services.comprehend.transform -
-
Uses of BatchDetectEntitiesRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type BatchDetectEntitiesRequest Modifier and Type Method Description default CompletableFuture<BatchDetectEntitiesResponse>ComprehendAsyncClient. batchDetectEntities(BatchDetectEntitiesRequest 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. -
Uses of BatchDetectEntitiesRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type BatchDetectEntitiesRequest Modifier and Type Method Description SdkHttpFullRequestBatchDetectEntitiesRequestMarshaller. marshall(BatchDetectEntitiesRequest batchDetectEntitiesRequest)
-