interface GooglePerspectiveNodeParameters {
operation?: "analyzeComment";
options?: { languages?: string };
requestedAttributesUi?: {
requestedAttributesValues: {
attributeName?:
| "flirtation"
| "identity_attack"
| "insult"
| "profanity"
| "severe_toxicity"
| "sexually_explicit"
| "threat"
| "toxicity";
scoreThreshold?: number;
}[];
};
text?: string;
}
Default: "analyzeComment"