Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.73 KB

EntityExtractionResponseAnnotation.md

File metadata and controls

22 lines (18 loc) · 1.73 KB

EntityExtractionResponseAnnotation

Properties

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]

[Back to Model list] [Back to API list] [Back to README]