Name | Type | Description | Notes |
---|---|---|---|
id | int | ID of the linked Wikipedia resource | [optional] |
title | string | Title of the linked Wikipedia resource | [optional] |
uri | string | URL of the entity on Wikipedia | [optional] |
label | string | Most common name used to represent the resource | [optional] |
confidence | float | Value of confidence for this annotation | [optional] |
spot | string | Annotated string, as it is in the input text | [optional] |
start | int | Character position in the input text where the annotation begins | [optional] |
end | int | Character position in the input text where the annotation ends | [optional] |
types | string[] | List of types of the linked DBpedia resource. Only if "include" parameter contains "types" | [optional] |
categories | string[] | List of the category of the linked DBpedia resource", Only if 'include' parameter contains 'categories' | [optional] |
abstract | string | Abstract of the linked Wikipedia resource. Only if 'include' parameter contains 'abstract' | [optional] |
lod | \DandelionPHP\Model\EntityExtractionResponseAnnotationLod | [optional] | |
alternate_labels | string[] | List of other names used when referring to the entity. Only if 'include' parameter contains 'alternate_labels' | [optional] |