DetectEntities Processor
Part of the AWS Processor package
Properties
Data Output
{
"raw-input": "...",
"output": {
"entities": [
{
"score": 0.9880011,
"beginOffset", 47,
"endOffset": 76,
"text": "Calculated Systems, LLC",
"type": "ORGANIZATION",
},
{
"score": 0.999892,
"beginOffset": 98,
"endOffset": 106,
"text": "14.9 pct",
"type": "QUANTITY"
},
// ... plus potentially many more entries!
]
}
}Last updated