DocAI
ContinueWriting Method (Document, String, String, String)
|
According to the document, continue the writing of the article.
Namespace:
Spire.Doc.AI
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string ContinueWriting(
Document document,
string topic,
string language,
string extraInfo = ""
)
Public Function ContinueWriting (
document As Document,
topic As String,
language As String,
Optional extraInfo As String = ""
) As String
public:
String^ ContinueWriting(
Document^ document,
String^ topic,
String^ language,
String^ extraInfo = L""
)
member ContinueWriting :
document : Document *
topic : string *
language : string *
?extraInfo : string
(* Defaults:
let _extraInfo = defaultArg extraInfo ""
*)
-> string
Parameters
-
document
-
Type:
Spire.Doc
Document
The document.
-
topic
-
Type:
System
String
The topic of the article.
-
language
-
Type:
System
String
The default language of the article.
-
extraInfo
(Optional)
-
Type:
System
String
The extraInfo.
Return Value
Type:
String
See Also