FullTextEntitiesAnnotations
June 16, 2022 ยท View on GitHub
Annotation for entities based on the Tweet text.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| end | Integer | Index (zero-based) at which position this entity ends. The index is inclusive. | |
| start | Integer | Index (zero-based) at which position this entity starts. The index is inclusive. | |
| normalizedText | String | Text used to determine annotation. | [optional] |
| probability | Double | Confidence factor for annotation type. | [optional] |
| type | String | Annotation type. | [optional] |