Click or drag to resize

DocAI Translate Method (Paragraph, String)

Translates the text within the specified paragraph.

Namespace: Spire.Doc.AI
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string Translate(
	Paragraph paragraph,
	string language
)

Parameters

paragraph
Type: Spire.Doc.Documents Paragraph
The paragraph representing the source data.
language
Type: System String
The target language for translation.

Return Value

Type: String
See Also