Sha256: dd4365388bd8e5f2c1800a46373b9d4ca9393eb68b2faa454f8f5145e6c5941a

Contents?: true

Size: 913 Bytes

Versions: 2

Compression:

Stored size: 913 Bytes

Contents

# ModerationAPI::ModerationText200ResponseAllOfProfanity

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **mode** | **String** | The detection mode. | [optional] |
| **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::ModerationText200ResponseAllOfProfanity.new(
  mode: 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/ModerationText200ResponseAllOfProfanity.md
moderation_api-1.2.0 docs/ModerationText200ResponseAllOfProfanity.md