Uses of Class
software.amazon.awssdk.services.comprehend.model.BatchDetectSyntaxRequest
-
Packages that use BatchDetectSyntaxRequest 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 BatchDetectSyntaxRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type BatchDetectSyntaxRequest Modifier and Type Method Description default CompletableFuture<BatchDetectSyntaxResponse>ComprehendAsyncClient. batchDetectSyntax(BatchDetectSyntaxRequest batchDetectSyntaxRequest)Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and returns information about them.default BatchDetectSyntaxResponseComprehendClient. batchDetectSyntax(BatchDetectSyntaxRequest batchDetectSyntaxRequest)Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and returns information about them. -
Uses of BatchDetectSyntaxRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type BatchDetectSyntaxRequest Modifier and Type Method Description SdkHttpFullRequestBatchDetectSyntaxRequestMarshaller. marshall(BatchDetectSyntaxRequest batchDetectSyntaxRequest)
-