Uses of Class
software.amazon.awssdk.services.comprehend.model.DetectEntitiesResponse
-
Packages that use DetectEntitiesResponse 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 DetectEntitiesResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return DetectEntitiesResponse Modifier and Type Method Description default DetectEntitiesResponseComprehendClient. detectEntities(Consumer<DetectEntitiesRequest.Builder> detectEntitiesRequest)Detects named entities in input text when you use the pre-trained model.default DetectEntitiesResponseComprehendClient. detectEntities(DetectEntitiesRequest detectEntitiesRequest)Detects named entities in input text when you use the pre-trained model.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type DetectEntitiesResponse Modifier and Type Method Description default CompletableFuture<DetectEntitiesResponse>ComprehendAsyncClient. detectEntities(Consumer<DetectEntitiesRequest.Builder> detectEntitiesRequest)Detects named entities in input text when you use the pre-trained model.default CompletableFuture<DetectEntitiesResponse>ComprehendAsyncClient. detectEntities(DetectEntitiesRequest detectEntitiesRequest)Detects named entities in input text when you use the pre-trained model.
-