# Annotate CogX

> Activity properties and parameters for annotating a CogX input and returning relevant tags using Expert System's proprietary XML format.

`UiPath.ExpertSystem.Activities.AnnotateCogX`

Annotates a CogX input and returns the relevant tags. CogX is a proprietary XML format provided by Expert System.

## Properties

### Common

* **DisplayName** - The display name of the activity.

### Credentials

* **Password** - Password for the instance of Expert System Cogito API service.
* **ServiceEndpoint** - The endpoint of the instance of Expert System Cogito API service.
* **Username** - Username for the instance of Expert System Cogito API service.

### Input

* **AnnotationPlan** - The annotation plan for the activity. The annotation plan needs to be defined in the Expert System Cogito Application. The annotation plan specifies the format of the output.
* **Input** - The text input for the analysis. The Text needs to be defined as a CogX XML format.
* **ResponseType** - If Json is selected, the *FullResponse
* field will be a Json String. If XML is selected the *FullResponse
* field will be a XML String.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

### Output

* **FullResponse** - The result of the analysis. This can be processed further using the [Web Activities](https://activities.uipath.com/docs/about-the-web-activities-pack) package.
