Sha256: b4a0f73a3a3a9bfd156a4e39de606de4bd885ab36ad60f312e18c51124f9f250

Contents?: true

Size: 903 Bytes

Versions: 1

Compression:

Stored size: 903 Bytes

Contents

# ModerationApi::ModerationText200ResponseAllOfName

## 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::ModerationText200ResponseAllOfName.new(
  mode: null,
  found: null,
  matches: null,
  components: null,
  error: null,
  warning: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
moderation_api-1.2.2 docs/ModerationText200ResponseAllOfName.md