Sha256: 576bcda7755894873841dbe82f93993027886d13b3beaf475c4da9417baf3b1e
Contents?: true
Size: 1012 Bytes
Versions: 1
Compression:
Stored size: 1012 Bytes
Contents
# ModerationApi::ModerationText200ResponseAllOfToxicityLabelScores ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **toxicity** | **Float** | Rude or disrespectful content. | [optional] | | **profanity** | **Float** | Swearing, curse words, and other obscene language. | [optional] | | **discrimination** | **Float** | Discrimination of race, religion, gender, etc. | [optional] | | **severe_toxicity** | **Float** | Very hateful and aggressive content. | [optional] | | **insult** | **Float** | Negative comments about looks or personality etc. | [optional] | | **threat** | **Float** | Content containing intention to harm or violence. | [optional] | | **neutral** | **Float** | | [optional] | ## Example ```ruby require 'moderation_api' instance = ModerationApi::ModerationText200ResponseAllOfToxicityLabelScores.new( toxicity: null, profanity: null, discrimination: null, severe_toxicity: null, insult: null, threat: null, neutral: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moderation_api-1.2.2 | docs/ModerationText200ResponseAllOfToxicityLabelScores.md |