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

GoogleChecksAisafetyV1alphaTextInput

import type { GoogleChecksAisafetyV1alphaTextInput } from "https://googleapis.deno.dev/v1/checks:v1alpha.ts";

Text input to be classified.

interface GoogleChecksAisafetyV1alphaTextInput {
content?: string;
languageCode?: string;
}

§Properties

§
content?: string
[src]

Actual piece of text to be classified.

§
languageCode?: string
[src]

Optional. Language of the text in ISO 639-1 format. If the language is invalid or not specified, the system will try to detect it.