DetectSyntax Processor
Part of the AWS Processor package
Properties
Data Output
{
"raw-input": "...",
"output": {
"tokens": [
{
"score": 0.8516682,
"beginOffset": 0,
"endOffset": 4,
"id": 1,
"partOfSpeech": "NOUN",
"text": "HOME"
},
{
"score": 0.916234,
"beginOffset": 5,
"endOffset": 12,
"id": 2,
"partOfSpeech": "NOUN",
"text": "THEATER"
},
// ... plus potentially many more entries!
]
}
}Last updated