Sha256: bb5a28e5b3650b1e65e2153ef6666eaa250d09a80fede4ff9fdefbddb63d4919
Contents?: true
Size: 1.75 KB
Versions: 1
Compression:
Stored size: 1.75 KB
Contents
# ModerationApi::ModerationObject200Response ## 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 | | | **unicode_spoofing** | **Boolean** | Whether the content is using look-alike characters. Often used by spammers. | | | **data_found** | **Boolean** | Whether any entity matchers found data for the content | | | **labels** | [**Array<ModerationObject200ResponseAllOfLabelsInner>**](ModerationObject200ResponseAllOfLabelsInner.md) | The scores of each label | | | **entities** | [**Array<ModerationObject200ResponseAllOfEntitiesInner>**](ModerationObject200ResponseAllOfEntitiesInner.md) | The entities found in the content | | | **fields** | [**Array<ModerationObject200ResponseAllOfFieldsInner>**](ModerationObject200ResponseAllOfFieldsInner.md) | The fields in the object and their flags | | | **content_id** | **String** | The ID of the content. Only returned if the content was stored. | [optional] | | **wordlists** | [**Array<ModerationText200ResponseAllOfWordlistsInner>**](ModerationText200ResponseAllOfWordlistsInner.md) | The wordlist entity matcher outputs if enabled in your project. Read more at https://docs.moderationapi.com/models/word | [optional] | ## Example ```ruby require 'moderation_api' instance = ModerationApi::ModerationObject200Response.new( status: null, request: null, flagged: null, unicode_spoofing: null, data_found: null, labels: null, entities: null, fields: null, content_id: null, wordlists: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moderation_api-1.2.2 | docs/ModerationObject200Response.md |