ChangeStyleBehavior.ChangeStyleAsync(WritingStyle) Method
In This Article
Rephrases or paraphrases the text while retaining its original meaning.
Namespace: DevExpress.AIIntegration.Wpf
Assembly: DevExpress.AIIntegration.Wpf.v24.2.dll
NuGet Package: DevExpress.AIIntegration.Wpf
#Declaration
public Task ChangeStyleAsync(
WritingStyle writingStyle
)
#Parameters
Name | Type | Description |
---|---|---|
writing |
Writing |
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