Sha256: dfc30978536a1ae72c14d8c7b62a1165d4ffaf5bf7e1729fd601a08c81cd45c9
Contents?: true
Size: 1.18 KB
Versions: 2
Compression:
Stored size: 1.18 KB
Contents
# ModerationAPI::ModerationText200ResponseAllOfWordlistsInner ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **mode** | **String** | The flagging mode. | | | **flagged** | **Boolean** | Whether the wordlists flagged the content. | | | **name** | **String** | The name of the wordlist | | | **id** | **String** | The ID of the wordlist | | | **score** | **Float** | The score of the wordlist | | | **found** | **Boolean** | Whether a match was found or not. | [optional] | | **matches** | **Array<String>** | The matches of the entity matcher. | [optional] | | **components** | **Object** | The components of the matcher. | [optional] | | **error** | **String** | Indicates an error with the matcher. | [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] | ## Example ```ruby require 'moderation_api' instance = ModerationAPI::ModerationText200ResponseAllOfWordlistsInner.new( mode: null, flagged: null, name: null, id: null, score: null, found: null, matches: null, components: null, error: null, warning: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
moderation_api-1.2.1 | docs/ModerationText200ResponseAllOfWordlistsInner.md |
moderation_api-1.2.0 | docs/ModerationText200ResponseAllOfWordlistsInner.md |