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] |
require 'AylienNewsApi'
instance = AylienNewsApi::StoryCluster.new(id: null,
phrases: null,
score: null,
size: null,
stories: null)