Machine-LearningNatural Language ProcessingNLPText Analysis
BatchDetectKeyPhrasesResponse is a JSON Structure definition published by Amazon Comprehend, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-structure/openapi.yml-batch-detect-key-phrases-response-structure.json",
"name": "BatchDetectKeyPhrasesResponse",
"description": "BatchDetectKeyPhrasesResponse schema",
"type": "object",
"properties": {
"ResultList": {
"allOf": [
{
"$ref": "#/components/schemas/ListOfDetectKeyPhrasesResult"
},
{
"description": "A list of objects containing the results of the operation. The results are sorted in ascending order by the <code>Index</code> field and match the order of the documents in the input list. If all of the documents contain an error, the <code>ResultList</code> is empty."
}
]
},
"ErrorList": {
"allOf": [
{
"$ref": "#/components/schemas/BatchItemErrorList"
},
{
"description": "A list containing one object for each document that contained an error. The results are sorted in ascending order by the <code>Index</code> field and match the order of the documents in the input list. If there are no errors in the batch, the <code>ErrorList</code> is empty."
}
]
}
},
"required": [
"ResultList",
"ErrorList"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.