pub struct CreateModerationResponse_Results_CategoryAppliedInputTypes {Show 13 fields
pub hate: Vec<String>,
pub hate_threatening: Vec<String>,
pub harassment: Vec<String>,
pub harassment_threatening: Vec<String>,
pub illicit: Vec<String>,
pub illicit_violent: Vec<String>,
pub self_harm: Vec<String>,
pub self_harm_intent: Vec<String>,
pub self_harm_instructions: Vec<String>,
pub sexual: Vec<String>,
pub sexual_minors: Vec<String>,
pub violence: Vec<String>,
pub violence_graphic: Vec<String>,
}Expand description
A list of the categories along with the input type(s) that the score applies to.
Fields§
§hate: Vec<String>The applied input type(s) for the category ‘hate’.
hate_threatening: Vec<String>The applied input type(s) for the category ‘hate/threatening’.
harassment: Vec<String>The applied input type(s) for the category ‘harassment’.
harassment_threatening: Vec<String>The applied input type(s) for the category ‘harassment/threatening’.
illicit: Vec<String>The applied input type(s) for the category ‘illicit’.
illicit_violent: Vec<String>The applied input type(s) for the category ‘illicit/violent’.
self_harm: Vec<String>The applied input type(s) for the category ‘self-harm’.
self_harm_intent: Vec<String>The applied input type(s) for the category ‘self-harm/intent’.
self_harm_instructions: Vec<String>The applied input type(s) for the category ‘self-harm/instructions’.
sexual: Vec<String>The applied input type(s) for the category ‘sexual’.
sexual_minors: Vec<String>The applied input type(s) for the category ‘sexual/minors’.
violence: Vec<String>The applied input type(s) for the category ‘violence’.
violence_graphic: Vec<String>The applied input type(s) for the category ‘violence/graphic’.
Trait Implementations§
Source§impl Clone for CreateModerationResponse_Results_CategoryAppliedInputTypes
impl Clone for CreateModerationResponse_Results_CategoryAppliedInputTypes
Source§fn clone(&self) -> CreateModerationResponse_Results_CategoryAppliedInputTypes
fn clone(&self) -> CreateModerationResponse_Results_CategoryAppliedInputTypes
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more