An object describing text to classify.

interface ModerationTextInput {
    text: string;
    type: "text";
}

Properties

Properties

text: string

A string of text to classify.

type: "text"

Always text.