Skip to main content
All docs
V25.2
  • AIDocProcessingService Members

    Default IAIDocProcessingService implementation.

    Constructors

    Name Description
    AIDocProcessingService(IAIExtensionsContainer) Initializes a new instance of the AIDocProcessingService class with specified settings.

    Methods

    Name Description
    AskAIAsync(PdfDocumentProcessor, String, RagOptions, CancellationToken) Returns a response to a custom question about the document content.
    AskAIAsync(PdfDocumentProcessor, String, CancellationToken) Returns a response to a custom question about the document content.
    AskAIAsync(RichEditDocumentServer, String, RagOptions, CancellationToken) Returns a response to a custom question about the document content.
    AskAIAsync(RichEditDocumentServer, String, CancellationToken) Returns a response to a custom question about the document content.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ProofreadAsync(Presentation, CultureInfo, CancellationToken) Reviews the text for spelling, grammar, punctuation, and style errors.
    ProofreadAsync(Slide, CultureInfo, CancellationToken) Reviews the text for spelling, grammar, punctuation, and style errors.
    ProofreadAsync(DocumentRange, CultureInfo, CancellationToken) Reviews the text for spelling, grammar, punctuation, and style errors.
    ProofreadAsync(RichEditDocumentServer, CultureInfo, CancellationToken) Reviews the text for spelling, grammar, punctuation, and style errors.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    SummarizeAsync(Presentation, SummarizationMode, CancellationToken) Generates a brief summary of a presentation content.
    SummarizeAsync(Slide, SummarizationMode, CancellationToken) Generates a brief summary of a slide content.
    SummarizeAsync(PdfDocumentProcessor, SummarizationMode, CancellationToken) Generates a brief summary of a document content.
    SummarizeAsync(PdfDocumentProcessor, PdfDocumentArea, SummarizationMode, CancellationToken) Generates a brief summary of a document content.
    SummarizeAsync(PdfDocumentProcessor, PdfDocumentPosition, PdfDocumentPosition, SummarizationMode, CancellationToken) Generates a brief summary of a document content.
    SummarizeAsync(DocumentRange, SummarizationMode, CancellationToken) Generates a brief summary of a document content.
    SummarizeAsync(RichEditDocumentServer, SummarizationMode, CancellationToken) Generates a brief summary of a document content.
    ToString() Returns a string that represents the current object. Inherited from Object.
    TranslateAsync(Presentation, CultureInfo, CancellationToken) Translates presentation content into a specific language with AI-powered translation services.
    TranslateAsync(Slide, CultureInfo, CancellationToken) Translates slide content into a specific language with AI-powered translation services.
    TranslateAsync(PdfDocumentProcessor, PdfDocumentArea, CultureInfo, CancellationToken) Translates text into a specific language with AI-powered translation services.
    TranslateAsync(PdfDocumentProcessor, PdfDocumentPosition, PdfDocumentPosition, CultureInfo, CancellationToken) Translates text into a specific language with AI-powered translation services.
    TranslateAsync(PdfDocumentProcessor, CultureInfo, CancellationToken) Translates content into a specific language with AI-powered translation services.
    TranslateAsync(DocumentRange, CultureInfo, CancellationToken) Translates document content into a specific language with AI-powered translation services.
    TranslateAsync(RichEditDocumentServer, CultureInfo, CancellationToken) Translates document content into a specific language with AI-powered translation services.
    See Also