Uses of Class
software.amazon.awssdk.services.comprehend.model.DetectSyntaxRequest
-
Packages that use DetectSyntaxRequest 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 DetectSyntaxRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type DetectSyntaxRequest Modifier and Type Method Description default CompletableFuture<DetectSyntaxResponse>ComprehendAsyncClient. detectSyntax(DetectSyntaxRequest 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. -
Uses of DetectSyntaxRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type DetectSyntaxRequest Modifier and Type Method Description SdkHttpFullRequestDetectSyntaxRequestMarshaller. marshall(DetectSyntaxRequest detectSyntaxRequest)
-