The SpamResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsHam |
Gets the value idticating if message is ham.
This property return negation of the IsSpam property (!IsSpam).
| |
| IsSpam |
Gets the value idticating if message is spam.
| |
| Probability |
Gets the probability (from 0.0 to 1.0) that the message is spam.
|