GoogleChecksAisafetyV1alphaClassifyContentRequest
import type { GoogleChecksAisafetyV1alphaClassifyContentRequest } from "https://googleapis.deno.dev/v1/checks:v1alpha.ts";
Request proto for ClassifyContent RPC.
interface GoogleChecksAisafetyV1alphaClassifyContentRequest {
classifierVersion?: "CLASSIFIER_VERSION_UNSPECIFIED" | "STABLE" | "LATEST";
}§Properties
§
classifierVersion?: "CLASSIFIER_VERSION_UNSPECIFIED" | "STABLE" | "LATEST"
[src]Optional. Version of the classifier to use. If not specified, the latest version will be used.
§
Optional. Context about the input that will be used to help on the classification.
§
Required. Content to be classified.
§
Required. List of policies to classify against.