Back to Devexpress

AIDocProcessingService Members

officefileapi-devexpress-dot-aiintegration-dot-docs-dot-aidocprocessingservice-dot-underscore-members.md

latest9.8 KB
Original Source

AIDocProcessingService Members

Default IAIDocProcessingService implementation.

Constructors

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

Methods

NameDescription
AskAIAsync(Presentation, String, RagOptions, CancellationToken)Returns a response to a custom question about the presentation content.
AskAIAsync(Presentation, String, CancellationToken)Returns a response to a custom question about the presentation content.
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) staticDetermines 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() protectedCreates 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) staticDetermines 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

AIDocProcessingService Class

DevExpress.AIIntegration.Docs Namespace