Sha256: 77488a1537c80ceaa73a564e2a5409bb9ea83dd591ca8a2a41caccf6cacb7af9
Contents?: true
Size: 852 Bytes
Versions: 1
Compression:
Stored size: 852 Bytes
Contents
# ModerationApi::ModerationText200ResponseAllOfNsfw ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **label** | **String** | The label of the model | [optional] | | **score** | **Float** | The confidence of the model | [optional] | | **error** | **String** | Indicates an error with the model | [optional] | | **warning** | **String** | Indicates a warning from the model, e.g. if the text is too short or long and the model might not be accurate | [optional] | | **label_scores** | [**ModerationText200ResponseAllOfNsfwLabelScores**](ModerationText200ResponseAllOfNsfwLabelScores.md) | | [optional] | ## Example ```ruby require 'moderation_api' instance = ModerationApi::ModerationText200ResponseAllOfNsfw.new( label: null, score: null, error: null, warning: null, label_scores: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moderation_api-1.2.2 | docs/ModerationText200ResponseAllOfNsfw.md |