categories property

  1. @override
Iterable<Category> get categories
override

A list of Category objects which contain the actual classification information, including human-readable labels and probability scores.

Implementation

@override
Iterable<Category> get categories => _categories ??= _getCategories();