Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (29 loc) · 1.94 KB

Story.md

File metadata and controls

34 lines (29 loc) · 1.94 KB

Aylien.NewsApi.Model.Story

Properties

Name Type Description Notes
Author Author [optional]
Body string Body of the story [optional]
Categories List<Category> Suggested categories for the story [optional]
CharactersCount int Character count of the story body [optional]
Clusters List<long> An array of clusters the story is associated with [optional]
Entities Entities [optional]
Hashtags List<string> An array of suggested Story hashtags [optional]
Id long ID of the story which is a unique identification [optional]
Keywords List<string> Extracted keywords mentioned in the story title or body [optional]
Language string Language of the story [optional]
Links StoryLinks [optional]
Media List<Media> An array of extracted media such as images and videos [optional]
ParagraphsCount int Paragraph count of the story body [optional]
PublishedAt DateTime Published date of the story [optional]
SentencesCount int Sentence count of the story body [optional]
Sentiment Sentiments [optional]
SocialSharesCount ShareCounts [optional]
Source Source [optional]
Summary Summary [optional]
Title string Title of the story [optional]
Translations StoryTranslations [optional]
WordsCount int Word count of the story body [optional]

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