# CloudmersiveSpamapiClient.SpamDetectionFormSubmissionAdvancedResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cleanResult** | **Boolean** | True if the result is not spam (clean), and false otherwise | [optional] 
**spamRiskLevel** | **Number** | Overall spam risk level between 0.0 and 1.0 | [optional] 
**containsSpam** | **Boolean** | True if the input text contains spam, false otherwise | [optional] 
**containsUnsolicitedSales** | **Boolean** | True if the input text contains unsolicited sales, false otherwise | [optional] 
**containsPromotionalContent** | **Boolean** | True if the input text contains promotional content, false otherwise | [optional] 
**containsPhishingAttempt** | **Boolean** | True if the input text contains a phishing attempt, false otherwise | [optional] 
**analysisRationale** | **String** | Rationale for why the conclusion was formed | [optional] 


