Sha256: aa7d388a631ca5f723b982bfb40a584a589e8058559bf0102c0955911d698dbe
Contents?: true
Size: 864 Bytes
Versions: 1
Compression:
Stored size: 864 Bytes
Contents
# ModerationApi::ModerationText200ResponseAllOfQuality ## 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** | [**ModerationText200ResponseAllOfQualityLabelScores**](ModerationText200ResponseAllOfQualityLabelScores.md) | | [optional] | ## Example ```ruby require 'moderation_api' instance = ModerationApi::ModerationText200ResponseAllOfQuality.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/ModerationText200ResponseAllOfQuality.md |