# CloudmersiveImageApiClient.FaceLocateResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**successful** | **Boolean** | True if the operation was successful, false otherwise | [optional] 
**faces** | [**[Face]**](Face.md) | Array of faces found in the image | [optional] 
**faceCount** | **Number** | Number of faces found in the image | [optional] 
**errorDetails** | **String** | Details of any errors that occurred | [optional] 


