Sha256: 35f3c015ea67cf055aa55f9bd6c5fe87f8c0c8e115ee5e7282d3d6b65eb43c54

Contents?: true

Size: 503 Bytes

Versions: 1

Compression:

Stored size: 503 Bytes

Contents

# ModerationApi::ModerationObject200ResponseAllOfLabelsInner

## Properties

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

## Example

```ruby
require 'moderation_api'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
moderation_api-1.2.2 docs/ModerationObject200ResponseAllOfLabelsInner.md