Skip to main content
All docs
V25.1
  • DevExpress.AIIntegration.Extensions Namespace

    In This Article

    Contains classes that implement AI-powered extensions.

    Assembly: DevExpress.AIIntegration.v25.1.dll

    NuGet Package: DevExpress.AIIntegration

    #Classes

    Name Description
    AbstractiveSummaryExtension An AI-powered extension that generates a brief summary of long text by understanding the context of the original text and rephrasing it in a new, concise form.
    AbstractiveSummaryRequest A request to generate a brief summary of long text by understanding the context of the original text and rephrasing it in a new, concise form.
    ChangeStyleExtension An AI-powered extension that rephrases or paraphrases the text while retaining its original meaning.
    ChangeStyleRequest A request to rephrase or paraphrase the text while retaining its original meaning.
    ChangeToneExtension An AI-powered extension that adjusts the tone of the text.
    ChangeToneRequest A request to adjust the tone of the text.
    CustomPromptExtension An AI-powered extension that processes a custom query/prompt and generates an answer.
    CustomPromptRequest A request to transform text.
    ExpandExtension An AI-powered extension that enriches the text with additional information or in-depth explanations.
    ExpandRequest A request to enrich the text with additional information or in-depth explanations.
    ExplainExtension An AI-powered extension that transforms text into more understandable terms that make complex content more accessible and understandable.
    ExplainFormulaExtension An AI-powered extension that explains the Excel formula.
    ExplainFormulaRequest A request to explain the Excel formula.
    ExplainRequest A request to transform text into more understandable terms that make complex content more accessible and understandable.
    ExtractiveSummaryExtension An AI-powered extension that generates a brief summary of long text by selecting and extracting key sentences or phrases from the original text.
    ExtractiveSummaryRequest A request to generate a brief summary of long text by selecting and extracting key sentences or phrases from the original text.
    GenerateImageDescriptionExtension An AI-powered extension that generates the description for the specified image.
    GenerateImageDescriptionRequest A request to generate the description for the specified image.
    ImageTextResponse A response that contains the AI-generated description of the specified image.
    ProofreadExtension An AI-powered extension that reviews the text for spelling, grammar, punctuation, and style errors.
    ProofreadRequest A request to review the text for spelling, grammar, punctuation, and style errors.
    RequestOptions Implements common configuration options for text-based requests.
    ShortenRequest A request to remove unnecessary details and make text more concise.
    SmartAutoCompleteExtension An AI-powered extension that intelligently completes the specified text.
    SmartAutoCompleteRequest A request to complete the specified text.
    SmartPasteAIExtension An AI-powered extension that analyzes the source content and intelligently assigns the right values to the appropriate items.
    SmartPasteRequest A Smart Paste request.
    SmartPasteRequest.ItemInfo Contains information about the item involved in the Smart Paste operation.
    SmartPasteResponse A Smart Paste response.
    SmartPasteResponse.ItemInfo Contains information about the item involved in the Smart Paste operation.
    SmartSearchAIExtension An AI-powered extension that offers a more powerful and user-friendly search experience.
    SmartSearchRequest A Smart Search request.
    SmartSearchRequest.ItemInfo Contains information about items involved in the Smart Search operation.
    SmartSearchResponse A Smart Search response.
    SmartSearchResponse.ItemInfo Contains information about an item that matched the search criteria.
    TextRequest Serves as the base class for AI-related text processing requests within the DevExpress.AIIntegration.Extensions namespace.
    TextRequestOptions Implements configuration options specifically for text-based requests.
    TextResponse A response that contains AI-generated or manipulated text (for example, text generation, translation, or content transformation).
    TranslateExtension An AI-powered extension that translates text into a specific language using AI-powered translation services.
    TranslateRequest A request to translate text into a specific language using AI-powered translation services.

    #Enums

    Name Description
    ResponseStatus Enumerates response statuses.
    ToneStyle Enumerates tone styles for generating or modifying text to suit a specific communication style.
    WritingStyle Enumerates writing styles that can be used to determine the tone and structure of text.