# ProWritingAidApi.DocTag ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **startPos** | **Number** | The start position of the suggestion. 0 based | **endPos** | **Number** | The end position of the suggestion. 0 based | **report** | **String** | Report Id | [optional] **urls** | **[String]** | List of source documents found by plagiarism checker | [optional] **category** | **String** | Suggestion's category | [optional] **categoryDisplayName** | **String** | Suggetsion's category display name | [optional] **subcategory** | **String** | Suggestion's subcategory | [optional] **hint** | **String** | Short suggestion's description | [optional] **suggestions** | **[String]** | List of possible replacements | [optional] **isSubTag** | **Boolean** | Identifies that this suggestion is a part of larger one | **helpId** | **String** | TODO DOCS | [optional] **id** | **String** | Suggestion's Id | [optional] **invisible** | **Boolean** | Is tag invisible? | [optional]