Skip to main content
All docs
V25.2
  • IAIDocProcessingService.AskAIAsync Method

    Name Parameters Description
    AskAIAsync(PdfDocumentProcessor, String, RagOptions, CancellationToken) processor, question, options, cancellationToken Returns a response to a custom question about the document content.
    AskAIAsync(PdfDocumentProcessor, String, CancellationToken) processor, question, cancellationToken Returns a response to a custom question about the document content.
    AskAIAsync(RichEditDocumentServer, String, RagOptions, CancellationToken) wordProcessor, question, options, cancellationToken Returns a response to a custom question about the document content.
    AskAIAsync(RichEditDocumentServer, String, CancellationToken) wordProcessor, question, cancellationToken Returns a response to a custom question about the document content.