Sha256: e59e58bc1cacab2718723dfd8101feb7b2e4e65559851833f07069e818a64748

Contents?: true

Size: 987 Bytes

Versions: 1

Compression:

Stored size: 987 Bytes

Contents

# ModerationApi::ModerationImage200Response

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **status** | **String** | Success if the request was successful |  |
| **request** | [**ModerationText200ResponseAllOfRequest**](ModerationText200ResponseAllOfRequest.md) |  |  |
| **flagged** | **Boolean** | Whether the content was flagged by any models |  |
| **labels** | [**Array<ModerationImage200ResponseLabelsInner>**](ModerationImage200ResponseLabelsInner.md) | The scores of each label |  |
| **content_id** | **String** | The ID of the content. Only returned if the content was stored. | [optional] |
| **texts** | **Array<String>** | The texts found in the image, if the image text model is enabled | [optional] |

## Example

```ruby
require 'moderation_api'

instance = ModerationApi::ModerationImage200Response.new(
  status: null,
  request: null,
  flagged: null,
  labels: null,
  content_id: null,
  texts: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
moderation_api-1.2.2 docs/ModerationImage200Response.md