Score distribution.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.ScoreDistribution
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getScoreBuckets() 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). Generated from protobuf field map<int32, int64> score_buckets = 1;
|
| public setScoreBuckets( $var) 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). Generated from protobuf field map<int32, int64> score_buckets = 1;
|
| Methods |
| Properties |
| private $score_buckets = NULL 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). Generated from protobuf field map<int32, int64> score_buckets = 1; |