id | string | The unique identifier of the Article. | |
title | string | The title of the Article. | [optional] |
source | string | The URL of the publisher of the Article. | [optional] |
publish_date | \DateTime | The date the Article was published in ISO 8601 UTC datetime. | [optional] |
topics | \NumenoPersona\Model\TopicAndWeight[] | The Topics of the Article. Note that for `/articles` and `/articles/search` the weights are approximative . If you want the precise weights, you should fetch the Article with `/articles/{id}` or `/articles?ids={id}`. | [optional] |
authors | string[] | The name of the author(s) of the Article. | [optional] |
href | string | Source URL of the Article. | [optional] |
thumbnail | string | URL of the Article's thumbnail image. | [optional] |
summary | string | A brief summary of the Article. | [optional] |
source_name | string | The name of the Source of the Article. | [optional] |
favicon | string | URL of the Source's favicon. | [optional] |
stored_at | \DateTime | The date the Article was stored in our database in ISO 8601 UTC datetime. | [optional] |
language | string | The language of the Article in ISO 639-2 format. | [optional] |
content | string | Content of the Article. | [optional] |
score | float | A score indicating the relevancy of the Article in the context of this Feed. A score of 0 indicates an average article (for the feed), a positive score indicates a more relevant article, and a negative score indicates a less relevant article. | [optional] |
added_at | \DateTime | The date the Article was added to the Feed in ISO 8601 UTC datetime. | [optional] |