DetectKeyPhrases Processor
Part of the AWS Processor package
Properties
Data Output
{
"raw-input": "...": {
"keyPhrases": [
{
"score": 0.9991118,
"beginOffset": 0,
"endOffset": 74,
"text": "Computers are machines"
},
{
"score": 0.988914,
"beginOffset": 100,
"endOffset": 121,
"text": "that can perform calculations much faster than humans"
},
// ... plus potentially many more entries!
]
}
}Last updated