Sha256: 8b31851f924e9d7addd11f7f6592b7dc83340845fd02c33f9f9dd6edde03730f

Contents?: true

Size: 595 Bytes

Versions: 1

Compression:

Stored size: 595 Bytes

Contents

# ModerationApi::ModerationObjectRequestValueDataValue

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | **String** | The type of content (e.g., \"text\", \"image\", \"video\") |  |
| **value** | **String** | The content to analyze |  |
| **model_ids** | **Array<String>** | Optional array of specific model IDs to use | [optional] |

## Example

```ruby
require 'moderation_api'

instance = ModerationApi::ModerationObjectRequestValueDataValue.new(
  type: null,
  value: null,
  model_ids: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
moderation_api-1.2.2 docs/ModerationObjectRequestValueDataValue.md