Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1 KB

Category.md

File metadata and controls

29 lines (22 loc) · 1 KB

AylienNewsApi::Category

Properties

Name Type Description Notes
confident Boolean It defines whether the extracted category is confident or not [optional]
id String The ID of the category [optional]
label String The label of the category [optional]
level Integer The level of the category [optional]
score Float The score of the category [optional]
taxonomy CategoryTaxonomy [optional]
links CategoryLinks [optional]

Code Sample

require 'AylienNewsApi'

instance = AylienNewsApi::Category.new(confident: null,
                                 id: null,
                                 label: null,
                                 level: null,
                                 score: null,
                                 taxonomy: null,
                                 links: null)