Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 2.22 KB

Story.md

File metadata and controls

35 lines (30 loc) · 2.22 KB

Story

Properties

Name Type Description Notes
Author Author [optional]
Body string Body of the story [optional]
Categories []Category Suggested categories for the story [optional]
CharactersCount int32 Character count of the story body [optional]
Clusters []int64 An array of clusters the story is associated with [optional]
Entities []Entity An array of entities [optional]
Hashtags []string An array of suggested Story hashtags [optional]
Id int64 ID of the story which is a unique identification [optional]
Industries []Category An array of industries categories [optional]
Keywords []string Extracted keywords mentioned in the story title or body [optional]
Language string Language of the story [optional]
LicenseType int32 License type of the story [optional]
Links StoryLinks [optional]
Media []Media An array of extracted media such as images and videos [optional]
ParagraphsCount int32 Paragraph count of the story body [optional]
PublishedAt time.Time Acquisition time of the story [optional]
PublishedDatetime time.Time Publication time of the story, if available, otherwise time of acquisition [optional]
SentencesCount int32 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 int32 Word count of the story body [optional]

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