Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudRecaptchaenterpriseV1ScoreDistribution

import type { GoogleCloudRecaptchaenterpriseV1ScoreDistribution } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";

Score distribution.

interface GoogleCloudRecaptchaenterpriseV1ScoreDistribution {
scoreBuckets?: {
[key: string]: bigint;
}
;
}

§Properties

§
scoreBuckets?: {
[key: string]: bigint;
}
[src]

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).