GoogleChecksAisafetyV1alphaTextInput
import type { GoogleChecksAisafetyV1alphaTextInput } from "https://googleapis.deno.dev/v1/checks:v1alpha.ts";
Text input to be classified.
interface GoogleChecksAisafetyV1alphaTextInput {
content?: string;
languageCode?: string;
}