The screenshot below shows the full system configs for Content Intelligence. The table below shows what each of the config mean. 

Definitions of each Config
| Config (goes into .property files or sys config page |  | 
|---|
| content_intelligence.language_processing_dataset
 |  Name of the dataset that contains keywords for the feature "Keywords" (part of Language Processing Panel). Keywords feature finds specific keywords (from a dataset, specified by this sys config) on a document.
 | 
| content_intelligence.parts_of_speech_mapping_dataset
 | Name of the dataset for POS Mappings. Eg - NN means a noun.
 | 
| content_intelligence.python_api_url
 | URL of the Python API (primary API that runs CI). Official endpoints are https://content-intelligence.bluerelay.com/ and https://content-intelligence-qa.bluerelay.com/
 Please note to add the ending slash always | 
| content_intelligence.process_options
 | The default options that show up everytime someone processes a file manually or via events. A modal pops up allowing the user to check default selection.
 | 
| content_intelligence.timeout
 | Timeout for processing CI i.e. time after which the CI process safely fails due to taking a longer than expected time.
 | 
| content_intelligence.after_the_deadline_server
 |  Grammar Check server URL. Mostly should point to https://grammar.bluerelay.com/
 |