Click or drag to resize

DocAI ContinueWriting Method (TextRange, String, String, String)

According to the text range, 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(
	TextRange textRange,
	string topic,
	string language,
	string extraInfo = ""
)

Parameters

textRange
Type: Spire.Doc.Fields TextRange
The text range.
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