categoryScoreDisplayMode property

String? categoryScoreDisplayMode
getter/setter pair

How the category score should be displayed (e.g. as a fraction).

Optional. Possible string values are:

  • "CATEGORY_SCORE_DISPLAY_MODE_UNSPECIFIED" : Default UNDEFINED category.
  • "GAUGE" : Display the score as a standard circular gauge (default)
  • "FRACTION" : Display the score as a fraction, e.g. "3/5"

Implementation

core.String? categoryScoreDisplayMode;