Uses of Class
software.amazon.awssdk.services.comprehend.model.DetectEntitiesRequest
-
Packages that use DetectEntitiesRequest 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 DetectEntitiesRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type DetectEntitiesRequest Modifier and Type Method Description default CompletableFuture<DetectEntitiesResponse>ComprehendAsyncClient. detectEntities(DetectEntitiesRequest 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. -
Uses of DetectEntitiesRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type DetectEntitiesRequest Modifier and Type Method Description SdkHttpFullRequestDetectEntitiesRequestMarshaller. marshall(DetectEntitiesRequest detectEntitiesRequest)
-