Sha256: d1ff7ce40b22c2fda4c8418dff28cd337529b94931e219402debf5312b6b84fd
Contents?: true
Size: 592 Bytes
Versions: 1
Compression:
Stored size: 592 Bytes
Contents
# ModerationApi::ModerationText200ResponseAllOfProprietyLabelScores ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **flirtation** | **Float** | Pickup lines, compliments on appearance, etc. | [optional] | | **sexually_explicit** | **Float** | References to sexual acts, body parts, etc. | [optional] | | **neutral** | **Float** | | [optional] | ## Example ```ruby require 'moderation_api' instance = ModerationApi::ModerationText200ResponseAllOfProprietyLabelScores.new( flirtation: null, sexually_explicit: null, neutral: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moderation_api-1.2.2 | docs/ModerationText200ResponseAllOfProprietyLabelScores.md |