categories property

  1. @JsonKey.new(name: r'categories')
List<CategoryPrediction>? categories
final

List of category predictions with confidence levels.

Implementation

@JsonKey(name: r'categories')
final List<CategoryPrediction>? categories;