# CloudmersiveOcrApiClient.BusinessCardRecognitionResult

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**successful** | **Boolean** | True if the operation was successful, false otherwise | [optional] 
**personName** | **String** | The name of the person printed on the business card (if included on the business card) | [optional] 
**personTitle** | **String** | The title of the person printed on the business card (if included on the business card) | [optional] 
**businessName** | **String** | The name of the business printed on the business card (if included on the business card) | [optional] 
**addressString** | **String** | The address printed on the business card (if included on the business card) | [optional] 
**phoneNumber** | **String** | The phone number printed on the business card (if included on the business card) | [optional] 
**emailAddress** | **String** | The email address printed on the business card (if included on the business card) | [optional] 
**timestamp** | **Date** | The date and time printed on the business card (if included on the business card) | [optional] 


