Click or drag to resize

DocAI ContinueWriting Method (Paragraph, String, String, String)

According to the paragraph, 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(
	Paragraph paragraph,
	string topic,
	string language,
	string extraInfo = ""
)

Parameters

paragraph
Type: Spire.Doc.Documents Paragraph
The paragraph.
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
A sync task that returns a string indicating whether the processing was successful or not.
See Also