> ## 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.UserPreferenceStrings.HugoAI

# <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_HugoAI" /> Class UserPreferenceStrings.HugoAI

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

```csharp theme={null}
public static class UserPreferenceStrings.HugoAI
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[UserPreferenceStrings.HugoAI](SuperOffice.WebApi.Data.UserPreferenceStrings.HugoAI.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Fields

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_HugoAI_BusinessCardScan" /> BusinessCardScan

(BOOLEAN) HugoAI Business card scan is enabled in Mobile

```csharp theme={null}
public const string BusinessCardScan = "BusinessCardScan"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_HugoAI_CSCategorize" /> CSCategorize

(BOOLEAN) HugoAI request Categorization is enabled

```csharp theme={null}
public const string CSCategorize = "CSCategorize"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_HugoAI_CSLanguageDetection" /> CSLanguageDetection

(BOOLEAN) HugoAI Language detection is enabled

```csharp theme={null}
public const string CSLanguageDetection = "CSLanguageDetection"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_HugoAI_CSSentiment" /> CSSentiment

(BOOLEAN) HugoAI sentiment analysis is enabled

```csharp theme={null}
public const string CSSentiment = "CSSentiment"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_HugoAI_CSTranslate" /> CSTranslate

(BOOLEAN) HugoAI translation function is enabled

```csharp theme={null}
public const string CSTranslate = "CSTranslate"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_HugoAI_IncludeAttachments" /> IncludeAttachments

(BOOLEAN) If we include the attachment names in training and categorization

```csharp theme={null}
public const string IncludeAttachments = "IncludeAttachments"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_HugoAI_IncludeMailbox" /> IncludeMailbox

(BOOLEAN) If we include the Mailbox information in training and categorization

```csharp theme={null}
public const string IncludeMailbox = "IncludeMailbox"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_HugoAI_IncludeSenderEmail" /> IncludeSenderEmail

(BOOLEAN) If we include the SenderEmail information in training and categorization

```csharp theme={null}
public const string IncludeSenderEmail = "SenderEmail"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_HugoAI_Section" /> Section

```csharp theme={null}
public const string Section = "HugoAI"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings.Copilot](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Copilot.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Functions](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Functions.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Person](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Person.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Project](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Project.md)
- [SuperOffice.WebApi.Data.CategorizationModelDetails](/en/api/reference/webapi/SuperOffice.WebApi.Data.CategorizationModelDetails.md)
