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
)
Public Function EntityRecognition (
document As Document,
Optional language As String = "",
Optional classifications As String() = Nothing
) As String
public:
String^ EntityRecognition(
Document^ document,
String^ language = L"",
array<String^>^ classifications = nullptr
)
member EntityRecognition :
document : Document *
?language : string *
?classifications : string[]
(* Defaults:
let _language = defaultArg language ""
let _classifications = defaultArg classifications null
*)
-> string
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