DocAI
SpellCheck Method (Document, String)
|
Check the spelling of the document.
Namespace:
Spire.Doc.AI
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string SpellCheck(
Document document,
string language = ""
)
Public Function SpellCheck (
document As Document,
Optional language As String = ""
) As String
public:
String^ SpellCheck(
Document^ document,
String^ language = L""
)
member SpellCheck :
document : Document *
?language : string
(* Defaults:
let _language = defaultArg language ""
*)
-> string
Parameters
-
document
-
Type:
Spire.Doc
Document
The document to add the content written by AI.
-
language
(Optional)
-
Type:
System
String
Return Value
Type:
String
A sync task that returns a string indicating whether the processing was successful or not.
See Also