> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.AiTextStyle

# <a id="SuperOffice_WebApi_Data_AiTextStyle" /> Enum AiTextStyle

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

AI Text reformmating styles

```csharp theme={null}
public enum AiTextStyle
```

## Fields

`Casual = 3`

3: Casual - make text more casual

`Correct = 2`

2: Correct - fix grammar and spelling errors

`Formal = 4`

4: Formal - make text more formal

`None = 0`

0: None - just return text

`Rephrase = 1`

1: Rephrase - just rephrase the text


## Related topics

- [SuperOffice.WebApi.Data.AI RephraseTextRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_RephraseTextRequest.md)
- [SuperOffice.WebApi.Agents.AIAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AIAgent.md)
- [SuperOffice.WebApi.Agents.IAIAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAIAgent.md)
- [SuperOffice.WebApi.Data.AI ExpandTextRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_ExpandTextRequest.md)
- [SuperOffice.WebApi.Data.AI SummarizeTextRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_SummarizeTextRequest.md)
- [SuperOffice.WebApi.Data.AI CreateTextForAppointmentRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_CreateTextForAppointmentRequest.md)
