PdfAI
Ask Method (String)
|
Performs a question-answering task using AI.
Namespace:
Spire.Pdf.AI
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string Ask(
string question
)
Public Function Ask (
question As String
) As String
public:
String^ Ask(
String^ question
)
member Ask :
question : string -> string
Parameters
-
question
-
Type:
System
String
The question to be answered.
Return Value
Type:
String
result contains the generated answer as a string.
See Also