The properties for the moderation. Each type of moderation may have additional properties that are specific to that moderation.

interface ModerationProperties {
    input?: WatsonXAI.TextModeration;
    output?: WatsonXAI.TextModeration;
    [propName: string]: any;
}

Indexable

[propName: string]: any

ModerationProperties accepts additional properties.

Properties

Properties

Properties that control the moderation on the text.

Properties that control the moderation on the text.