scoreBuckets property

Map<String, String>? scoreBuckets
getter/setter pair

Map key is score value multiplied by 100.

The scores are discrete values between [0, 1]. The maximum number of buckets is on order of a few dozen, but typically much lower (ie. 10).

Implementation

core.Map<core.String, core.String>? scoreBuckets;