SpellCheckResults Members
Include Protected Members
Include Inherited Members
Represents results returned by the Web service.
The SpellCheckResults type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
detectedLanguage | Specifies the language that is detected when using language auto-detection. | |
errorCode | Specifies an error code. | |
spellingErrors | Specifies an array of SpellingErrors for each chunk of text where spelling errors were detected. | |
spellingSuggestions | Specifies an array that includes all the spelling suggestions. |
Top