Sha256: a16bc460da3f5c143de743b9088f964d00933407e58273de807e7f2831321a2c
Contents?: true
Size: 590 Bytes
Versions: 1
Compression:
Stored size: 590 Bytes
Contents
# ModerationApi::ModerationText200ResponseAllOfNsfwLabelScores ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **sensitive** | **Float** | Mentions religion, politics, race, etc., but is neutral or positive. | [optional] | | **unsafe** | **Float** | Sexual, hateful, profane, and inappropriate content. | [optional] | | **neutral** | **Float** | | [optional] | ## Example ```ruby require 'moderation_api' instance = ModerationApi::ModerationText200ResponseAllOfNsfwLabelScores.new( sensitive: null, unsafe: null, neutral: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moderation_api-1.2.2 | docs/ModerationText200ResponseAllOfNsfwLabelScores.md |