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