Skip to main content
All docs
V25.1
  • ChangeStyleBehavior.ChangeStyleAsync(WritingStyle) Method

    Rephrases or paraphrases the text while retaining its original meaning.

    Namespace: DevExpress.AIIntegration.Wpf

    Assembly: DevExpress.AIIntegration.Wpf.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.Wpf

    Declaration

    public Task ChangeStyleAsync(
        WritingStyle writingStyle
    )

    Parameters

    Name Type Description
    writingStyle WritingStyle

    The writing style that determines the tone and structure of text.

    Returns

    Type Description
    Task

    The response that contains AI-generated text.

    Remarks

    Read the following help topic section for additional information: AI Assistant Extensions - Change Style.

    See Also