> ## 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.FormDesignCarrier

# <a id="SuperOffice_WebApi_Data_FormDesignCarrier" /> Class FormDesignCarrier

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

Carrier object for FormDesignCarrier.
Forms Design analysis results.

```csharp theme={null}
public class FormDesignCarrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[FormDesignCarrier](SuperOffice.WebApi.Data.FormDesignCarrier.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)

## Constructors

### <a id="SuperOffice_WebApi_Data_FormDesignCarrier__ctor" /> FormDesignCarrier()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public FormDesignCarrier()
```

## Properties

### <a id="SuperOffice_WebApi_Data_FormDesignCarrier_Confidence" /> Confidence

Confidence score (0-1) of the design analysis.

```csharp theme={null}
public virtual double Confidence { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_FormDesignCarrier_CssStyles" /> CssStyles

Generated CSS styles based on the analyzed design.

```csharp theme={null}
public virtual string CssStyles { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_FormDesignCarrier_Notes" /> Notes

Comments on the analysis

```csharp theme={null}
public virtual string Notes { get; set; }
```

#### Property Value

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

## See Also

[AIAgent](SuperOffice.WebApi.Agents.AIAgent.md)


## Related topics

- [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.FormDesignCss](/en/api/reference/webapi/SuperOffice.WebApi.Data.FormDesignCss.md)
- [SuperOffice.WebApi.Data.AI GetFormDesignFromImageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_GetFormDesignFromImageRequest.md)
- [SuperOffice.WebApi.Data.AI GetFormDesignFromUrlRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_GetFormDesignFromUrlRequest.md)
- [SuperOffice.WebApi.Data.AI GetFormDesignCssFromImageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_GetFormDesignCssFromImageRequest.md)
