Sha256: d7d64c094e9745c75b86755d864ac6d52fb3e7c76520b3f5bdeae7a85295c8d3
Contents?: true
Size: 953 Bytes
Versions: 1
Compression:
Stored size: 953 Bytes
Contents
# ModerationApi::ModerationTextRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **value** | **String** | The text you'd like to analyze. We recommend to submit plain text or HTML | | | **content_id** | **String** | The unique ID of the content in your database. | [optional] | | **do_not_store** | **Boolean** | Do not store the content. The content won't enter the review queue | [optional] | | **author_id** | **String** | The author of the content. | [optional] | | **context_id** | **String** | For example the ID of a chat room or a post | [optional] | | **metadata** | **Hash<String, Object>** | Any metadata you want to store with the content | [optional] | ## Example ```ruby require 'moderation_api' instance = ModerationApi::ModerationTextRequest.new( value: null, content_id: null, do_not_store: null, author_id: null, context_id: null, metadata: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moderation_api-1.2.2 | docs/ModerationTextRequest.md |