Uses of Class
software.amazon.awssdk.services.comprehend.model.DetectSyntaxResponse
-
Packages that use DetectSyntaxResponse 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 DetectSyntaxResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return DetectSyntaxResponse Modifier and Type Method Description default DetectSyntaxResponseComprehendClient. detectSyntax(Consumer<DetectSyntaxRequest.Builder> detectSyntaxRequest)Inspects text for syntax and the part of speech of words in the document.default DetectSyntaxResponseComprehendClient. detectSyntax(DetectSyntaxRequest detectSyntaxRequest)Inspects text for syntax and the part of speech of words in the document.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type DetectSyntaxResponse Modifier and Type Method Description default CompletableFuture<DetectSyntaxResponse>ComprehendAsyncClient. detectSyntax(Consumer<DetectSyntaxRequest.Builder> detectSyntaxRequest)Inspects text for syntax and the part of speech of words in the document.default CompletableFuture<DetectSyntaxResponse>ComprehendAsyncClient. detectSyntax(DetectSyntaxRequest detectSyntaxRequest)Inspects text for syntax and the part of speech of words in the document.
-