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

# <a id="SuperOffice_WebApi_Data_BizCard" /> Class BizCard

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

Carrier object for BizCard.
Contains a ContactEntity and a PersonEntity filled with information from a business card.

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_BizCard_Contact" /> Contact

The contact information.

```csharp theme={null}
public virtual ContactEntity Contact { get; set; }
```

#### Property Value

[ContactEntity](SuperOffice.WebApi.Data.ContactEntity.md)

### <a id="SuperOffice_WebApi_Data_BizCard_LogoImage" /> LogoImage

Base64 encoded company logo image, if available.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_BizCard_Person" /> Person

The person information.

```csharp theme={null}
public virtual PersonEntity Person { get; set; }
```

#### Property Value

[PersonEntity](SuperOffice.WebApi.Data.PersonEntity.md)

### <a id="SuperOffice_WebApi_Data_BizCard_PhotoImage" /> PhotoImage

Base64 encoded person photo image, if available.

```csharp theme={null}
public virtual string PhotoImage { 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.IAIAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAIAgent.md)
- [SuperOffice.WebApi.Agents.AIAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AIAgent.md)
- [SuperOffice.WebApi.Data.AI AnalyzeBizCardImageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_AnalyzeBizCardImageRequest.md)
- [SuperOffice.WebApi.Data.AI AnalyzeBizCardTextRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.AI_AnalyzeBizCardTextRequest.md)
- [SuperOffice.WebApi.Data.Contact GetMyBizCardRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Contact_GetMyBizCardRequest.md)
- [SuperOffice.WebApi.Agents.IContactAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IContactAgent.md)
