v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1484423422.2 KB

Inspects the text of a batch of documents for named entities and returns information about them. For more information about named entities, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/how-entities.html">Entities</a> in the Comprehend Developer Guide.

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

Headers

X-Amz-Target'Comprehend_20171127.BatchDetectEntities' 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 of each document is 5 KB.

LanguageCode'en' | 'es' | 'fr' | 'de' | 'it' | 'pt' | 'ar' | 'hi' | 'ja' | 'ko' | 'zh' | 'zh-TW' required

The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.

Response

Success