categoryScores property

  1. @JsonKey.new(name: 'category_scores')
ModerationCategoriesScores get categoryScores
inherited

A list of the categories along with their scores as predicted by model.

Implementation

@JsonKey(name: 'category_scores')
ModerationCategoriesScores get categoryScores =>
    throw _privateConstructorUsedError;