Sha256: bf66f5968081ddb9434fbb5a7e59aa867f3b5eed7fa8196465053f5b9bb8edb1
Contents?: true
Size: 546 Bytes
Versions: 1
Compression:
Stored size: 546 Bytes
Contents
# ModerationApi::ModerationObject200ResponseAllOfEntitiesInner ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **model** | **String** | The model that found the entity | | | **matches** | **Array<String>** | The matches of the entity | | | **score** | **Float** | The similarity score of the matches | [optional] | ## Example ```ruby require 'moderation_api' instance = ModerationApi::ModerationObject200ResponseAllOfEntitiesInner.new( model: null, matches: null, score: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moderation_api-1.2.2 | docs/ModerationObject200ResponseAllOfEntitiesInner.md |