Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 2.19 KB

Story.md

File metadata and controls

34 lines (30 loc) · 2.19 KB

Story

Properties

Name Type Description Notes
author Author [optional]
body str Body of the story [optional]
categories list[Category] Suggested categories for the story [optional]
characters_count int Character count of the story body [optional]
clusters list[int] An array of clusters the story is associated with [optional]
entities list[Entity] An array of entities [optional]
hashtags list[str] An array of suggested Story hashtags [optional]
id int ID of the story which is a unique identification [optional]
keywords list[str] Extracted keywords mentioned in the story title or body [optional]
language str Language of the story [optional]
links StoryLinks [optional]
media list[Media] An array of extracted media such as images and videos [optional]
paragraphs_count int Paragraph count of the story body [optional]
published_datetime datetime Publication time of the story, if available, otherwise time of acquisition [optional]
published_at datetime Acquisition time of the story [optional]
sentences_count int Sentence count of the story body [optional]
sentiment Sentiments [optional]
social_shares_count ShareCounts [optional]
source Source [optional]
summary Summary [optional]
title str Title of the story [optional]
translations StoryTranslations [optional]
words_count int Word count of the story body [optional]
license_type int License type of the story [optional]
industries list[Category] An array of industries categories [optional]

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