# CloudmersiveImageApiClient.FineTextItem

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**detectedText** | **String** | Detected text in the image | [optional] 
**topLeftX** | **Number** | X coordinate of the top/left text location; 0 represents the left edge of the input image | [optional] 
**topLeftY** | **Number** | Y coordinate of the top/left text location; 0 represents the top edge of the input image | [optional] 
**topRightX** | **Number** | X coordinate of the top/right text location; 0 represents the left edge of the input image | [optional] 
**topRightY** | **Number** | Y coordinate of the top/right text location; 0 represents the top edge of the input image | [optional] 
**bottomLeftX** | **Number** | X coordinate of the bottom/left text location; 0 represents the left edge of the input image | [optional] 
**bottomLeftY** | **Number** | Y coordinate of the bottom/left text location; 0 represents the top edge of the input image | [optional] 
**bottomRightX** | **Number** | X coordinate of the bottom/right text location; 0 represents the left edge of the input image | [optional] 
**bottomRightY** | **Number** | Y coordinate of the bottom/right text location; 0 represents the top edge of the input image | [optional] 
**width** | **Number** | Width in pixels of the text | [optional] 
**height** | **Number** | Height in pixels of the text | [optional] 
**angle** | **Number** | Rotation Angle in radians of the text | [optional] 


