Openapi.Yml Batch Detect Key Phrases Item Result Structure
The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.
Type: objectProperties: 2
Machine-LearningNatural Language ProcessingNLPText Analysis
BatchDetectKeyPhrasesItemResult is a JSON Structure definition published by Amazon Comprehend, describing 2 properties. 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-item-result-structure.json",
"name": "BatchDetectKeyPhrasesItemResult",
"description": "The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.",
"type": "object",
"properties": {
"Index": {
"allOf": [
{
"$ref": "#/components/schemas/Integer"
},
{
"description": "The zero-based index of the document in the input list."
}
]
},
"KeyPhrases": {
"allOf": [
{
"$ref": "#/components/schemas/ListOfKeyPhrases"
},
{
"description": "One or more <a>KeyPhrase</a> objects, one for each key phrase detected in the document."
}
]
}
}
}
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.