openai-client-base 0.12.0

Auto-generated Rust client for the OpenAI API
# CreateModerationResponseResultsInnerCategoryScores

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**hate** | **f64** | The score for the category 'hate'. | 
**hate_slash_threatening** | **f64** | The score for the category 'hate/threatening'. | 
**harassment** | **f64** | The score for the category 'harassment'. | 
**harassment_slash_threatening** | **f64** | The score for the category 'harassment/threatening'. | 
**illicit** | **f64** | The score for the category 'illicit'. | 
**illicit_slash_violent** | **f64** | The score for the category 'illicit/violent'. | 
**self_harm** | **f64** | The score for the category 'self-harm'. | 
**self_harm_slash_intent** | **f64** | The score for the category 'self-harm/intent'. | 
**self_harm_slash_instructions** | **f64** | The score for the category 'self-harm/instructions'. | 
**sexual** | **f64** | The score for the category 'sexual'. | 
**sexual_slash_minors** | **f64** | The score for the category 'sexual/minors'. | 
**violence** | **f64** | The score for the category 'violence'. | 
**violence_slash_graphic** | **f64** | The score for the category 'violence/graphic'. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)