Sha256: ef4280d7443c2ec7d09ff7d3dcd41206c5e267628a1d9bd4205ca91314857767

Contents?: true

Size: 413 Bytes

Versions: 1

Compression:

Stored size: 413 Bytes

Contents

# ModerationApi::ModerationImage200ResponseLabelsInner

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **label** | **String** | The label of the model |  |
| **score** | **Float** | The confidence of the model |  |

## Example

```ruby
require 'moderation_api'

instance = ModerationApi::ModerationImage200ResponseLabelsInner.new(
  label: null,
  score: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
moderation_api-1.2.2 docs/ModerationImage200ResponseLabelsInner.md