class Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ScoreDistribution
Score distribution.
Attributes
score_buckets[RW]
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). Corresponds to the JSON property `scoreBuckets` @return [Hash<String,Fixnum>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/recaptchaenterprise_v1/classes.rb, line 426 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/recaptchaenterprise_v1/classes.rb, line 431 def update!(**args) @score_buckets = args[:score_buckets] if args.key?(:score_buckets) end