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

ModerateTextResponse

import type { ModerateTextResponse } from "https://googleapis.deno.dev/v1/language:v2.ts";

The document moderation response message.

interface ModerateTextResponse {
languageCode?: string;
languageSupported?: boolean;
moderationCategories?: ClassificationCategory[];
}

§Properties

§
languageCode?: string
[src]

The language of the text, which will be the same as the language specified in the request or, if not specified, the automatically-detected language. See Document.language field for more details.

§
languageSupported?: boolean
[src]

Whether the language is officially supported. The API may still return a response when the language is not supported, but it is on a best effort basis.

§
moderationCategories?: ClassificationCategory[]
[src]

Harmful and sensitive categories representing the input document.