TagMention
Occurrence of a tag in the text.
To include mentions in the analysis result, the NlpRequest must specify returnMentions = true.
Fields
| Property | Required | Type | Description |
|---|---|---|---|
id | True | string | Unique ID of the mention, used for cross-referencing from other objects. |
tokenIds | True | List[string] | List of token IDs that make up this mention. |
feats | False | object | Custom features associated with the mention. |