Click or drag to resize

DocAI EntityRecognition Method (Document, String, String )

Recognize the entities within 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 EntityRecognition(
	Document document,
	string language = "",
	string[] classifications = null
)

Parameters

document
Type: Spire.Doc Document
The document representing the source data.
language (Optional)
Type: System String
classifications (Optional)
Type: System String

Return Value

Type: String
See Also