Back to Devexpress

IAIDocProcessingService.AskAIAsync Method

officefileapi-devexpress-dot-aiintegration-dot-docs-dot-iaidocprocessingservice-dot-askaiasync.md

latest2.1 KB
Original Source

IAIDocProcessingService.AskAIAsync Method

NameParametersDescription
AskAIAsync(Presentation, String, RagOptions, CancellationToken)presentation, question, options, cancellationTokenReturns a response to a custom question about the presentation content.
AskAIAsync(Presentation, String, CancellationToken)presentation, question, cancellationTokenReturns a response to a custom question about the presentation content.
AskAIAsync(PdfDocumentProcessor, String, RagOptions, CancellationToken)processor, question, options, cancellationTokenReturns a response to a custom question about the document content.
AskAIAsync(PdfDocumentProcessor, String, CancellationToken)processor, question, cancellationTokenReturns a response to a custom question about the document content.
AskAIAsync(RichEditDocumentServer, String, RagOptions, CancellationToken)wordProcessor, question, options, cancellationTokenReturns a response to a custom question about the document content.
AskAIAsync(RichEditDocumentServer, String, CancellationToken)wordProcessor, question, cancellationTokenReturns a response to a custom question about the document content.