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] |
require 'AylienNewsApi'
instance = AylienNewsApi::Category.new(confident: null,
id: null,
label: null,
level: null,
score: null,
taxonomy: null,
links: null)