GoogleChecksAisafetyV1alphaClassifyContentRequestPolicyConfig
import type { GoogleChecksAisafetyV1alphaClassifyContentRequestPolicyConfig } from "https://googleapis.deno.dev/v1/checks:v1alpha.ts";List of policies to classify against.
interface GoogleChecksAisafetyV1alphaClassifyContentRequestPolicyConfig  {
policyType?: 
 | "POLICY_TYPE_UNSPECIFIED"
 | "DANGEROUS_CONTENT"
 | "PII_SOLICITING_RECITING"
 | "HARASSMENT"
 | "SEXUALLY_EXPLICIT"
 | "HATE_SPEECH"
 | "MEDICAL_INFO"
 | "VIOLENCE_AND_GORE"
 | "OBSCENITY_AND_PROFANITY";
threshold?: number;
}