# CloudmersiveImageApiClient.FaceWithLandmarks

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**leftX** | **Number** | X coordinate of the left side of the face | [optional] 
**topY** | **Number** | Y coordinate of the top side of the face | [optional] 
**rightX** | **Number** | X coordinate of the right side of the face | [optional] 
**bottomY** | **Number** | Y coordinate of the bottom side of the face | [optional] 
**leftEyebrow** | [**[FacePoint]**](FacePoint.md) | Point locations of the left eyebrow (the eyebrow cloesest to the left side of the picture) | [optional] 
**rightEyebrow** | [**[FacePoint]**](FacePoint.md) | Point locations of the right eyebrow (the eyebrow cloesest to the right side of the picture) | [optional] 
**leftEye** | [**[FacePoint]**](FacePoint.md) | Point locations of the left eye (the eye closest to the left side of the picture) | [optional] 
**rightEye** | [**[FacePoint]**](FacePoint.md) | Point locations of the right eye (the eye closest to the right side of the picture) | [optional] 
**bottomAndSidesOfFace** | [**[FacePoint]**](FacePoint.md) | Point locations of the bottom and sides of the face (cheeks and chin) | [optional] 
**noseBridge** | [**[FacePoint]**](FacePoint.md) | Point locations of the nose bridge (the vertical portion of the nose) | [optional] 
**noseBottom** | [**[FacePoint]**](FacePoint.md) | Point locations of the bottom (nostrils) of the nose | [optional] 
**lipsInnerOutline** | [**[FacePoint]**](FacePoint.md) | Point locations of the inner outline of the lips | [optional] 
**lipsOuterOutline** | [**[FacePoint]**](FacePoint.md) | Point locations of the outer outline of the lips | [optional] 


