...
Expand |
---|
title | Example custom properties |
---|
|
Code Block |
---|
{
"Config": {
"SUMMARY": "Dynamic.PocInsights.Summary",
"ENTITIES_PERSONS": "Dynamic.PocInsights.Persons.Person",
"ENTITIES_ORGANISATIONS": "Dynamic.PocInsights.Organisations.Organisation",
"ENTITIES_LOCATIONS": "Dynamic.PocInsights.Locations.Location",
"ENTITIES_GENERAL": "Dynamic.PocInsights.GeneralItems.Item",
"ACTIONS": "Dynamic.PocInsights.Actions.Action",
"OCR": "Dynamic.PocOcr",
}
} |
|
Data Objects
When ingesting Data Objects, the analysis step will be called in the context of the original representation, whereas the get insights step will be called in the context of the data object itself.
API
Common
For all methods the following HTTP header is provided:
...