v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1484423422.2 KB

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. For more information, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/how-syntax.html">Syntax</a> in the Comprehend Developer Guide.

post/#X-Amz-Target=Comprehend_20171127.BatchDetectSyntax

Headers

X-Amz-Target'Comprehend_20171127.BatchDetectSyntax' required

Request body

TextListCustomerInputString[] required

A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25 documents. The maximum size for each document is 5 KB.

LanguageCode'en' | 'es' | 'fr' | 'de' | 'it' | 'pt' required

The language of the input documents. You can specify any of the following languages supported by Amazon Comprehend: German ("de"), English ("en"), Spanish ("es"), French ("fr"), Italian ("it"), or Portuguese ("pt"). All documents must be in the same language.

Response

Success