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

Latest commit

 

History

History
32 lines (27 loc) · 2.13 KB

Story.md

File metadata and controls

32 lines (27 loc) · 2.13 KB

# Story

Properties

Name Type Description Notes
author \Aylien\NewsApi\Models\Author [optional]
body string Body of the story [optional]
categories \Aylien\NewsApi\Models\Category[] Suggested categories for the story [optional]
characters_count int Character count of the story body [optional]
clusters int[] An array of clusters the story is associated with [optional]
entities \Aylien\NewsApi\Models\Entities [optional]
hashtags string[] An array of suggested Story hashtags [optional]
id int ID of the story which is a unique identification [optional]
keywords string[] Extracted keywords mentioned in the story title or body [optional]
language string Language of the story [optional]
links \Aylien\NewsApi\Models\StoryLinks [optional]
media \Aylien\NewsApi\Models\Media[] An array of extracted media such as images and videos [optional]
paragraphs_count int Paragraph count of the story body [optional]
published_at \DateTime Published date of the story [optional]
sentences_count int Sentence count of the story body [optional]
sentiment \Aylien\NewsApi\Models\Sentiments [optional]
social_shares_count \Aylien\NewsApi\Models\ShareCounts [optional]
source \Aylien\NewsApi\Models\Source [optional]
summary \Aylien\NewsApi\Models\Summary [optional]
title string Title of the story [optional]
translations \Aylien\NewsApi\Models\StoryTranslations [optional]
words_count int Word count of the story body [optional]

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