Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 806 Bytes

StoryCluster.md

File metadata and controls

25 lines (18 loc) · 806 Bytes

AylienNewsApi::StoryCluster

Properties

Name Type Description Notes
id Integer A unique identification for the cluster [optional]
phrases Array<String> Suggested labels for the cluster [optional]
score Float The cluster score [optional]
size Integer Size of the cluster [optional]
stories Array<Integer> Story ids which are in the cluster [optional]

Code Sample

require 'AylienNewsApi'

instance = AylienNewsApi::StoryCluster.new(id: null,
                                 phrases: null,
                                 score: null,
                                 size: null,
                                 stories: null)