Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Get information about the current software version and the categories that can be classified.

Code Block
classifier --info

key

description

id

the identifier for the class from Wikidata

human-readable

meaningful readable label

synonym

a list of different words for this class

...

Code Block
languagejson
{'/path/to/file.mov': [{
                          'value': 'Q327954',
                          'label': 'torch',
                          'description': 'stick with a flaming end used as a source of light'
                          'parents': "parents": [{'id': 'Q3196', 'name': 'fire'}, {'id': 'Q235544', 'name': 'flame'}]
                        }]}

key

description

value

identifier value - see here for more details

label

human readable text of this category

description

description text for this category

parents

the parent labels based on the category hierarchy structure

Flags

These are the flags that can be set

...